Searched defs:_createPageTabLabel (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dfill-and-stroke.cpp62 _notebook.append_page(*_page_fill, _createPageTabLabel(_("_Fill"), INKSCAPE_ICON("object-fill")));
63 _notebook.append_page(*_page_stroke_paint, _createPageTabLabel(_("Stroke _paint"), INKSCAPE_ICON("object-stroke")));
64 _notebook.append_page(*_page_stroke_style, _createPageTabLabel(_("Stroke st_yle"), INKSCAPE_ICON("object-stroke-style")));
196 FillAndStroke::_createPageTabLabel(const Glib::ustring& label, const char *label_image) function in class:Inkscape::UI::Dialog::FillAndStroke
H A Ddocument-properties.cpp1392 _grids_notebook.append_page(*(*it)->newWidget(), _createPageTabLabel(name, icon));
1529 DocumentProperties::_createPageTabLabel(const Glib::ustring& label, const char *label_image) function in class:Inkscape::UI::Dialog::DocumentProperties

Completed in 39 milliseconds