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

/inkscape/src/ui/dialog/
H A Dfill-and-stroke.cpp115 void FillAndStroke::_onSwitchPage(Gtk::Widget * /*page*/, guint pagenum) argument
117 void FillAndStroke::_onSwitchPage(GtkNotebookPage * /*page*/, guint pagenum)
120 _savePagePref(pagenum);
H A Dtransformation.cpp572 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 Ddocument-properties.cpp1646 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 Dnotebook.cpp357 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