Description Usage Arguments Details Author(s)
Sets a widget's window. This function should only be used in a
widget's GtkWidget::realize() implementation. The window passed is
usually either new window created with gdkWindowNew, or the
window of its parent widget as returned by
gtkWidgetGetParentWindow.
1 | gtkWidgetSetWindow(object, window)
|
|
a |
|
a |
Widgets must indicate whether they will create their own GdkWindow
by calling gtkWidgetSetHasWindow. This is usually done in the
widget's 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.