Searched defs:iter_ui (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | inkscape-preferences.cpp | 534 Gtk::TreeModel::iterator iter_ui = this->AddPage(_page_ui, _("Interface"), PREFS_PAGE_UI); local 535 _path_ui = _page_list.get_model()->get_path(iter_ui); 770 this->AddPage(_page_windows, _("Windows"), iter_ui, PREFS_PAGE_UI_WINDOWS); 832 this->AddPage(_page_grids, _("Grids"), iter_ui, PREFS_PAGE_UI_GRIDS); 834 initKeyboardShortcuts(iter_ui); 1540 void InkscapePreferences::initKeyboardShortcuts(Gtk::TreeModel::iterator iter_ui) argument 1640 this->AddPage(_page_keyshortcuts, _("Keyboard Shortcuts"), iter_ui, PREFS_PAGE_UI_KEYBOARD_SHORTCUTS);
|
Completed in 45 milliseconds