Method
GtkWindowreshow_with_initial_size
deprecated: 3.10
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(),
gtk_widget_unrealize()
and then gtk_widget_show()
on window
themselves, if they still need this functionality.