Description Usage Arguments Details Author(s)
Specifies whether widget
has a GdkWindow
of its own. Note that
all realized widgets have a non-NULL
"window" pointer
(gtkWidgetGetWindow
never returns a NULL
window when a widget
is realized), but for many of them it's actually the GdkWindow
of
one of its parent widgets. Widgets that create a window
for
themselves in GtkWidget::realize()
however must announce this by
calling this function with has.window
= TRUE
.
1 | gtkWidgetSetHasWindow(object, has.window)
|
|
a |
|
whether or not |
This function should only be called by widget implementations,
and they should call it in their init()
function.
Since 2.18
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.