Difference between revisions of "AVWizard's Control Events"
From LinuxMCE
Line 15: | Line 15: | ||
See [[non-focus events]]. | See [[non-focus events]]. | ||
+ | |||
+ | |||
+ | Note: any focus control is too a non-focus control, because it may be init, paint or closed, as any regular control |
Revision as of 08:36, 11 April 2006
This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007. In general any information should apply to LinuxMCE. However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto. |
Events (on focus-able controls):
- OnUp, OnDown - OnLeft, OnRight - OnEnter, OnCancel - OnFocus, OnLostFocus
See which are focus events.
Events on non focus controls:
- OnInit - OnPaint - OnClose
See non-focus events.
Note: any focus control is too a non-focus control, because it may be init, paint or closed, as any regular control