Method
GtkWindowreshow_with_initial_size
Declaration [src]
void
gtk_window_reshow_with_initial_size (
GtkWindow* window
)
Description [src]
Hides window
, then reshows it, resetting the
default size and position of the window. Used
by GUI builders only.
Deprecated since: | 3.10 |
GUI builders can call gtk_widget_hide(),
|