gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] Key events


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] Key events
Date: Wed, 3 Jul 2002 10:10:51 +0200
User-agent: Mutt/1.3.22.1i

> Simple stuff. I need to be able to set the tab order of all the text boxes on 
> the screen.
I am not sure about wxPython but in the GUI frameworks I have
worked with (say, Borland TurboVision) tab order was
determined by the sequence of widget insertion into the
holding panel/frame.

> I need to be able to do things like auto-capitalise the characters in some 
> text boxes as the user types.
As long a you keep with wxTextControl the answer is EVT_TEXT.

Have a look at cPhraseWheel on how to link this event to a
method. The corresponding method in the phrase wheel is
__on_text_update. This would then also be the appropriate
place for auto-capitalizing.

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346



reply via email to

[Prev in Thread] Current Thread [Next in Thread]