Keyboard Focus
[Control SDK]
Detailed Description
- See iup_focus.h
Functions | |
| int | iupFocusCanAccept (Ihandle *ih) |
| void | iupCallGetFocusCb (Ihandle *ih) |
| void | iupCallKillFocusCb (Ihandle *ih) |
Function Documentation
|
|
Utility to check if a control can have the keyboard input focus. Checks the control class, active state and visible. |
|
|
Call GETFOCUS_CB and FOCUS_CB. |
|
|
Call KILLFOCUS_CB and FOCUS_CB. |