![]() |
Functions | |
int | iupFocusCanAccept (Ihandle *ih) |
void | iupCallGetFocusCb (Ihandle *ih) |
void | iupCallKillFocusCb (Ihandle *ih) |
Ihandle * | iupFocusNextInteractive (Ihandle *ih) |
int iupFocusCanAccept | ( | Ihandle * | ih | ) |
Utility to check if a control can have the keyboard input focus. To receive the focus must be interactive, has CANFOCUS=YES, is mapped, is visible and is active.
void iupCallGetFocusCb | ( | Ihandle * | ih | ) |
Call GETFOCUS_CB and FOCUS_CB.
void iupCallKillFocusCb | ( | Ihandle * | ih | ) |
Call KILLFOCUS_CB and FOCUS_CB.
Ihandle* iupFocusNextInteractive | ( | Ihandle * | ih | ) |
Returns the next interactive brother. Independs if it can receive the focus.