Searched refs:_onSwitchPage (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dfill-and-stroke.h68 void _onSwitchPage(Gtk::Widget *page, guint pagenum);
70 void _onSwitchPage(GtkNotebookPage *page, guint pagenum);
H A Dfill-and-stroke.cpp66 _notebook.signal_switch_page().connect(sigc::mem_fun(this, &FillAndStroke::_onSwitchPage));
115 void FillAndStroke::_onSwitchPage(Gtk::Widget * /*page*/, guint pagenum) function in class:Inkscape::UI::Dialog::FillAndStroke
117 void FillAndStroke::_onSwitchPage(GtkNotebookPage * /*page*/, guint pagenum)

Completed in 15 milliseconds