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

/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp114 class CheckButtonAttr : public Gtk::CheckButton, public AttrWidget class in namespace:Inkscape::UI::Dialog
117 CheckButtonAttr(bool def, const Glib::ustring& label, function in class:Inkscape::UI::Dialog::CheckButtonAttr
839 CheckButtonAttr* add_checkbutton(bool def, const SPAttributeEnum attr, const Glib::ustring& label,
842 CheckButtonAttr* cb = new CheckButtonAttr(def, label, tv, fv, attr, tip_text);

Completed in 65 milliseconds