Up

_gtkWindowFocusSet

_gtkWindowFocusSet sets the focused Widgets object in a Window object. It should be called after a SHOW / SHOWALL action.
The function sets this even if the Window object is not focused itself. This is the widget which has the focus in a window. To know if a Window object has the focus itself, see _gtkWindowFocusHas below.

Prototype : fun [ObjGtkWindow *] ObjGtkWindow

See also

Example