Searched refs:widthAdj (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/widgets/
H A Dstroke-style.cpp186 widthAdj = new Glib::RefPtr<Gtk::Adjustment>(Gtk::Adjustment::create(1.0, 0.0, 1000.0, 0.1, 10.0, 0.0));
188 widthAdj = new Gtk::Adjustment(1.0, 0.0, 1000.0, 0.1, 10.0, 0.0);
191 widthSpin = new Inkscape::UI::Widget::SpinButton(*widthAdj, 0.1, 3);
218 (*widthAdj)->signal_value_changed().connect(sigc::mem_fun(*this, &StrokeStyle::widthChangedCB));
220 widthAdj->signal_value_changed().connect(sigc::mem_fun(*this, &StrokeStyle::widthChangedCB));
931 (*widthAdj)->set_value(avgwidth);
933 widthAdj->set_value(avgwidth);
937 (*widthAdj)->set_value(100);
939 widthAdj->set_value(100);
1054 double width_typed = (*widthAdj)
[all...]
H A Dstroke-style.h194 Glib::RefPtr<Gtk::Adjustment> *widthAdj; member in class:Inkscape::StrokeStyle
198 Gtk::Adjustment *widthAdj; member in class:Inkscape::StrokeStyle

Completed in 788 milliseconds