Gtk.Widget.ShowNow Method
Shows a widget.

Syntax

public void ShowNow ()

Remarks

If the widget is an unmapped toplevel widget, a Gtk.Window that has not yet been shown, enter the main loop and wait for the window to actually be mapped. Be careful, because the main loop is running, anything can happen during this method.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)