show_unraised


Description:

public void show_unraised ()

Shows a Window onscreen, but does not modify its stacking order.

In contrast, show will raise the window to the top of the window stack.

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).

Parameters:

this

a Window