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

/inkscape/src/ui/dialog/
H A Dfind.h245 UI::Widget::CheckButton check_style; member in class:Inkscape::UI::Dialog::Find
/inkscape/src/libnrtype/
H A Dfont-lister.cpp468 std::pair<Glib::ustring, Glib::ustring> FontLister::new_font_family(Glib::ustring new_family, bool /*check_style*/)
536 std::pair<Glib::ustring, Glib::ustring> FontLister::set_font_family(Glib::ustring new_family, bool check_style) argument
544 std::pair<Glib::ustring, Glib::ustring> ui = new_font_family(new_family, check_style);
563 std::pair<Glib::ustring, Glib::ustring> FontLister::set_font_family(int row, bool check_style) argument
580 std::pair<Glib::ustring, Glib::ustring> ui = set_font_family(new_family, check_style);

Completed in 17 milliseconds