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 map_window (it also updates some internal GDK state, which means that you can’t really use map_window directly on a GDK window).
| this |
a Window |