Description Usage Arguments Details Author(s)
Sets the background color of window
. (However, when using GTK+,
set the background of a widget with gtkWidgetModifyBg
- if
you're an application - or gtkStyleSetBackground
- if you're
implementing a custom widget.)
1 | gdkWindowSetBackground(object, color)
|
|
a |
|
an allocated |
The color
must be allocated; gdkRgbFindColor
is the best way
to allocate a color.
See also gdkWindowSetBackPixmap
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.