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

/inkscape/src/ui/widget/
H A Dpreferences-widget.cpp76 * \param[in] expand_widget Whether to expand the widget horizontally
84 bool expand_widget,
94 hb->pack_start(widget, expand_widget, expand_widget);
98 hb->pack_start(*other_widget, expand_widget, expand_widget);
79 add_line(bool indent, Glib::ustring const &label, Gtk::Widget &widget, Glib::ustring const &suffix, const Glib::ustring &tip, bool expand_widget, Gtk::Widget *other_widget) argument

Completed in 12 milliseconds