Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #40604
| From | Gregory Ewing <greg.ewing@canterbury.ac.nz> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: simple GUI environment |
| Date | 2013-03-06 18:08 +1300 |
| Message-ID | <apo1aiF4nc7U1@mid.individual.net> (permalink) |
| References | (1 earlier) <kh50uo$2ej$1@dont-email.me> <513609E2.30403@timgolden.me.uk> <mailman.2898.1362505513.2939.python-list@python.org> <apncppFru7U1@mid.individual.net> <mailman.2919.1362533751.2939.python-list@python.org> |
Eric Johansson wrote: > On 3/5/2013 6:18 PM, Gregory Ewing wrote: >> >> PyGUI's TextEditor is based on the rich edit control in >> Windows. It doesn't currently expose all of its capabilities, >> but if speech is all you want, it might be sufficient. > > Do you know which one? > > Vendor Control Class > Microsoft Edit, Rich Edit, Rich Edit20A, RichEdit20W, Rich Edit50W, > Inktextbox, Inkedit, RichTextBox .NET controls > Borland TMemo, TEdit, TRichEdit > Sub Systems TE Edit versions 10, 11, 12, 13, 14, 15 (not TE Edit .NET) > Text Control TX Text versions 10, 11, 12, 13, 14 and TX Text .NET Whichever one MFC's RichEditView uses. I can't tell you any more than that, sorry. -- Greg
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
simple GUI environment Eric Johansson <esj@harvee.org> - 2013-03-05 09:20 -0500
Re: simple GUI environment Kevin Walzer <kw@codebykevin.com> - 2013-03-05 09:55 -0500
Re: simple GUI environment Tim Golden <mail@timgolden.me.uk> - 2013-03-05 15:06 +0000
Re: simple GUI environment Eric Johansson <esj@harvee.org> - 2013-03-05 12:45 -0500
Re: simple GUI environment Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-03-06 12:18 +1300
Re: simple GUI environment Eric Johansson <esj@harvee.org> - 2013-03-05 20:35 -0500
Re: simple GUI environment Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-03-06 18:08 +1300
csiph-web