Gtk.Window.Present Method
Presents a window to the user.

Syntax

public void Present ()

Remarks

This may mean raising the window in the stacking order, deiconifying it, moving it to the current desktop, and/or giving it the keyboard focus, possibly dependent on the user's platform, window manager, and preferences. If window is hidden, this method calls Widget.Show as well.

This method should be used when the user tries to open a window that's already open. Say for example the preferences dialog is currently open, and the user chooses Preferences from the menu a second time; use Window.Present to move the already-open dialog where the user can see it.

Requirements

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