Path: csiph.com!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Gregory Ewing Newsgroups: comp.lang.python Subject: Re: simple GUI environment Date: Wed, 06 Mar 2013 18:08:35 +1300 Lines: 22 Message-ID: References: <513609E2.30403@timgolden.me.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net cGIhBF0GSieCogeWqD4biwBo0pkmvqM/m/HzPEJv0DfFqNiTOM1wbJ3jACEcCZCF/1 Cancel-Lock: sha1:tIwU/T6xD8v/8K5DxbYutrKcFT8= User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en In-Reply-To: Xref: csiph.com comp.lang.python:40604 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