gdkWindowShowUnraised
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.
gdkWindowShowUnraised(object)
|
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.