Description Usage Arguments Details Value Author(s)
Returns whether the window is part of the current active toplevel.
(That is, the toplevel window receiving keystrokes.)
The return value is TRUE
if the window is active toplevel
itself, but also if it is, say, a GtkPlug
embedded in the active toplevel.
You might use this function if you wanted to draw a widget
differently in an active window from a widget in an inactive window.
See gtkWindowHasToplevelFocus
1 | gtkWindowIsActive(object)
|
|
a |
Since 2.4
[logical] TRUE
if the window part of the current active window.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.