Searched refs:label2 (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | tolerance-slider.h | 37 const Glib::ustring& label2, 50 const Glib::ustring& label2,
|
H A D | tolerance-slider.cpp | 46 ToleranceSlider::ToleranceSlider(const Glib::ustring& label1, const Glib::ustring& label2, const Glib::ustring& label3, const Glib::ustring& tip1, const Glib::ustring& tip2, const Glib::ustring& tip3, const Glib::ustring& key, Registry& wr) argument 49 init(label1, label2, label3, tip1, tip2, tip3, key, wr); 58 void ToleranceSlider::init (const Glib::ustring& label1, const Glib::ustring& label2, const Glib::ustring& label3, const Glib::ustring& tip1, const Glib::ustring& tip2, const Glib::ustring& tip3, const Glib::ustring& key, Registry& wr) argument 96 Gtk::Label *theLabel2 = Gtk::manage(new Gtk::Label(label2));
|
H A D | spin-scale.h | 83 DualSpinScale(const char* label1, const char* label2, double value, double lower, double upper, double step_inc,
|
H A D | spin-scale.cpp | 132 DualSpinScale::DualSpinScale(const char* label1, const char* label2, double value, double lower, double upper, double step_inc, argument 136 _s2(label2, value, lower, upper, step_inc, climb_rate, digits, SP_ATTR_INVALID, tip_text2),
|
H A D | registered-widget.cpp | 499 const Glib::ustring& label1, const Glib::ustring& label2, 514 _rb2 = Gtk::manage(new Gtk::RadioButton(group, label2, true)); 498 RegisteredRadioButtonPair(const Glib::ustring& label, const Glib::ustring& label1, const Glib::ustring& label2, const Glib::ustring& tip1, const Glib::ustring& tip2, const Glib::ustring& key, Registry& wr, Inkscape::XML::Node* repr_in, SPDocument *doc_in) argument
|
H A D | registered-widget.h | 314 const Glib::ustring& label2,
|
Completed in 99 milliseconds