Searched defs:pagenum (Results 1 - 4 of 4) sorted by relevance
| /inkscape/src/ui/dialog/ |
| H A D | fill-and-stroke.cpp | 115 void FillAndStroke::_onSwitchPage(Gtk::Widget * /*page*/, guint pagenum) argument 117 void FillAndStroke::_onSwitchPage(GtkNotebookPage * /*page*/, guint pagenum) 120 _savePagePref(pagenum);
|
| H A D | transformation.cpp | 572 void Transformation::onSwitchPage(Gtk::Widget * /*page*/, guint pagenum) argument 574 void Transformation::onSwitchPage(GtkNotebookPage * /*page*/, guint pagenum) 577 updateSelection((PageType)pagenum, getDesktop()->getSelection());
|
| H A D | document-properties.cpp | 1646 gint pagenum = _grids_notebook.get_current_page(); local 1647 if (pagenum == -1) // no pages 1653 if( pagenum < (gint)nv->grids.size()) 1654 found_grid = nv->grids[pagenum];
|
| /inkscape/src/extension/param/ |
| H A D | notebook.cpp | 357 void changed_page(Gtk::Widget *page, guint pagenum); 359 void changed_page(GtkNotebookPage *page, guint pagenum); 372 void ParamNotebookWdg::changed_page(Gtk::Widget * /*page*/, guint pagenum) argument 374 void ParamNotebookWdg::changed_page(GtkNotebookPage * /*page*/, guint pagenum) 378 _pref->set((int)pagenum, _doc, _node);
|
Completed in 439 milliseconds