gtkWindowHasToplevelFocus {RGtk2}R Documentation

gtkWindowHasToplevelFocus

Description

Returns whether the input focus is within this GtkWindow. For real toplevel windows, this is identical to gtkWindowIsActive, but for embedded windows, like GtkPlug, the results will differ.

Usage

gtkWindowHasToplevelFocus(object)

Arguments

object [GtkWindow] a GtkWindow

Details

Since 2.4

Value

[logical] TRUE if the input focus is within this GtkWindow

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]