Method GTK2.Window()->present()


Method present

GTK2.Window present()

Description

Presents this window to the user. 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 hidden, it calls show() as well.