Searched defs:CheckButton (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/widget/ | ||
H A D | button.h | 32 * CheckButton widget. 35 class CheckButton : public Gtk::CheckButton class in namespace:Inkscape::UI::Widget 38 CheckButton(); 39 CheckButton(Glib::ustring const &label, Glib::ustring const &tooltip); 40 CheckButton(Glib::ustring const &label, Glib::ustring const &tooltip, bool active); |
H A D | button.cpp | 27 CheckButton::CheckButton(Glib::ustring const &label, Glib::ustring const &tooltip) function in class:Inkscape::UI::Widget::CheckButton 34 CheckButton::CheckButton(Glib::ustring const &label, Glib::ustring const &tooltip, bool active) function in class:Inkscape::UI::Widget::CheckButton |
Completed in 75 milliseconds