Home | History | Annotate | Download | only in gtk

Lines Matching full:resizable

307                                 int width_id, int height_id, bool resizable) {
314 if (resizable) {
317 // For a non-resizable window, GTK tries to snap the window size
334 gtk_window_set_resizable(window, resizable ? TRUE : FALSE);