_gtkWindowPresent

Presents (showes) a window to the user (for example, the window is iconified, hidden, below others windows, ...).

Montre une fenêtre à l'utilisateur (celle-ci était cachée, sous d'autres fenêtres, iconifiée, etc).

Type :

fun [ObjGtk] ObjGtk

_window_ : ObjGtk : any window already created.

Return : ObjGtk : the same window or nil if error.

Back