KILLFOCUS_CB

IUP - Portable User Interface

KILLFOCUS_CB

Action generated when an element loses keyboard focus. This callback is called before the GETFOCUS_CB.

Callback

int function(Ihandle *ih); [in C]
elem:killfocus_cb() -> (ret: number) [in Lua]

ih: identifier of the element that activated the event.

Affects

All elements with user interaction, except menus.

See Also

GETFOCUS_CB