Up
_gtkWindowFocusHas
_gtkWindowFocusHas
gets if a
Window
object is - or not - focused.
Prototype : fun [ObjGtkWindow] I
ObjGtkWindow
: a Window object.
Return
I : 1 (focused) or 0 (not focused) or nil if an error occurs.
See also
_gtkWindowFocusGet
_gtkWindowFocusSet
Example