Function
GntWindowpresent
since: 2.1
Declaration [src]
void
gnt_window_present (
  GntWidget* window
)
      Description [src]
Present a window. If the event was triggered because of user interaction, the window is moved to the foreground. Otherwise, the Urgent hint is set.
Available since: 2.1
Parameters
window- 
            
Type:
GntWidgetThe window the present.
The data is owned by the caller of the function.