Searched refs:DialogPage (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/dialog/
H A Dinkscape-preferences.h131 Gtk::TreeModelColumn<UI::Widget::DialogPage*> _col_page;
141 UI::Widget::DialogPage _page_tools;
142 UI::Widget::DialogPage _page_selector;
143 UI::Widget::DialogPage _page_node;
144 UI::Widget::DialogPage _page_tweak;
145 UI::Widget::DialogPage _page_spray;
146 UI::Widget::DialogPage _page_zoom;
147 UI::Widget::DialogPage _page_measure;
148 UI::Widget::DialogPage _page_shapes;
149 UI::Widget::DialogPage _page_penci
[all...]
H A Dinkscape-preferences.cpp68 using Inkscape::UI::Widget::DialogPage;
161 Gtk::TreeModel::iterator InkscapePreferences::AddPage(DialogPage& p, Glib::ustring title, int id)
166 Gtk::TreeModel::iterator InkscapePreferences::AddPage(DialogPage& p, Glib::ustring title, Gtk::TreeModel::iterator parent, int id)
180 void InkscapePreferences::AddSelcueCheckbox(DialogPage &p, Glib::ustring const &prefs_path, bool def_value)
187 void InkscapePreferences::AddGradientCheckbox(DialogPage &p, Glib::ustring const &prefs_path, bool def_value)
194 void InkscapePreferences::AddConvertGuidesCheckbox(DialogPage &p, Glib::ustring const &prefs_path, bool def_value) {
200 void InkscapePreferences::AddDotSizeSpinbutton(DialogPage &p, Glib::ustring const &prefs_path, double def_value)
209 void InkscapePreferences::AddBaseSimplifySpinbutton(DialogPage &p, Glib::ustring const &prefs_path, double def_value)
269 void InkscapePreferences::AddNewObjectsStyle(DialogPage &p, Glib::ustring const &prefs_path, const gchar *banner)
2050 DialogPage* pag
[all...]
/inkscape/src/ui/widget/
H A Dpreferences-widget.h283 class DialogPage : public Gtk::Grid class in namespace:Inkscape::UI::Widget
285 class DialogPage : public Gtk::Table
289 DialogPage();
H A Dpreferences-widget.cpp54 DialogPage::DialogPage() function in class:Inkscape::UI::Widget::DialogPage
79 void DialogPage::add_line(bool indent,
169 void DialogPage::add_group_header(Glib::ustring name)
192 void DialogPage::set_tip(Gtk::Widget& widget, Glib::ustring const &tip)

Completed in 267 milliseconds