IUP: Keyboard Focus

IUP - Portable User Interface

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

int iupFocusCanAccept Ihandle *  ih  ) 
 

Utility to check if a control can have the keyboard input focus. Checks the control class, active state and visible.

void iupCallGetFocusCb Ihandle *  ih  ) 
 

Call GETFOCUS_CB and FOCUS_CB.

void iupCallKillFocusCb Ihandle *  ih  ) 
 

Call KILLFOCUS_CB and FOCUS_CB.