[lazarus] TComboBox.OnExit
Shane Miller
SMiller1 at stvgb.org
Wed Jan 31 17:09:35 EST 2001
MAttias,
try it now. You may be getting TOO many events now.
See, the TComboBox is made up of a gtkEntry and a gtkList. They both either get focus or lose it so I have to map signals to each one of them. We may need to keep trach of the TOBject that has focus and in the callback
gtkfocuscb
we may need to check to see if they are different before sending out the LM_Focus message. Same goes with KillFocus.
Shane
More information about the Lazarus
mailing list