Description Usage Arguments Details Author(s)
Request the windowing system to make window
partially transparent,
with opacity 0 being fully transparent and 1 fully opaque. (Values
of the opacity parameter are clamped to the [0,1] range.) On X11
this has any effect only on X screens with a compositing manager
running. See gtkWidgetIsComposited
. On Windows it should work
always.
1 | gtkWindowSetOpacity(object, opacity)
|
|
a |
|
desired opacity, between 0 and 1 |
Note that setting a window's opacity after the window has been shown causes it to flicker once on Windows. Since 2.12
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.