EZ_SetFocusTo | |
NAME
EZ_SetFocusTo - focus keyboard on a widgetSYNOPSIS
#include <EZ.h> void EZ_SetFocusTo(EZ_Widget *widget)ARGUMENTS
widget Specifies a widget.DESCRIPTION
EZ_SetFocusTo set the keyboard input focus to the speci- fied widget if widget is currently visible and is focus- able.SEE ALSO
EZ_GetFocus(3), EZ_GrabWidget(3)