Gdk.Window.ShowUnraised Method
Shows a Gdk.Window onscreen, but does not modify its stacking order. In contrast, Window.Show() will raise the window to the top of the window stack.

Syntax

public void ShowUnraised ()

Remarks

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

Requirements

Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)