Description Usage Arguments Details Author(s)
Sets whether the application intends to draw on the widget in
an "expose-event"
handler.
1 | gtkWidgetSetAppPaintable(object, app.paintable)
|
|
a |
|
|
This is a hint to the widget and does not affect the behavior of
the GTK+ core; many widgets ignore this flag entirely. For widgets
that do pay attention to the flag, such as GtkEventBox
and GtkWindow
,
the effect is to suppress default themed drawing of the widget's
background. (Children of the widget will still be drawn.) The application
is then entirely responsible for drawing the widget background.
Note that the background is still drawn when the widget is mapped. If this is not suitable (e.g. because you want to make a transparent window using an RGBA visual), you can work around this by doing:
1 2 3 |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.