Description Usage Arguments Details Author(s)
Shows a GdkWindow
onscreen, but does not modify its stacking
order. In contrast, gdkWindowShow
will raise the window
to the top of the window stack.
1 | gdkWindowShowUnraised(object)
|
|
a |
On the X11 platform, in Xlib terms, this function calls
xmapwindow()
(it also updates some internal GDK state, which means
that you can't really use xmapwindow()
directly on a GDK window).
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.