Searched defs:resizeable (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/helper/
H A Dwindow.cpp33 Gtk::Window * Inkscape::UI::window_new (const gchar *title, unsigned int resizeable) argument
37 window->set_resizable (resizeable);
48 GtkWidget * sp_window_new (const gchar *title, unsigned int resizeable) argument
52 gtk_window_set_resizable ((GtkWindow *) window, resizeable);

Completed in 13 milliseconds