Searched refs:tip1 (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | tolerance-slider.h | 39 const Glib::ustring& tip1, 52 const Glib::ustring& tip1,
|
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 92 _hscale->set_tooltip_text (tip1);
|
H A D | registered-widget.cpp | 500 const Glib::ustring& tip1, const Glib::ustring& tip2, 517 _rb1->set_tooltip_text(tip1); 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 | 315 const Glib::ustring& tip1,
|
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.cpp | 899 const double climb, const int digits, char* tip1 = NULL, char* tip2 = NULL) 901 DualSpinButton* dsb = new DualSpinButton(defalt_value, lo, hi, step_inc, climb, digits, attr, tip1, tip2); 910 const double step_inc, const double climb, const int digits, char* tip1 = NULL, char* tip2 = NULL) 921 tips.push_back(tip1); 932 const double hi, const double step_inc, const double climb, const int digits, char* tip1 = NULL, char* tip2 = NULL, char* tip3 = NULL) 945 tips.push_back(tip1);
|
Completed in 29 milliseconds