Searched defs:check_style (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | find.h | 245 UI::Widget::CheckButton check_style; member in class:Inkscape::UI::Dialog::Find
|
/inkscape/src/libnrtype/ |
H A D | font-lister.cpp | 468 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 18 milliseconds