GtkWindow::set_resizable

void set_resizable(bool resizable);

Sets if the user may resize window or not. If resizeable is true the user may resize the window. If it is false they may not. By default windows are resizable.

See also: get_resizable()