Lines Matching refs:widthAdj
186 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)->get_value();
1057 double width_typed = widthAdj->get_value();
1100 (*widthAdj)->set_value(100.0);
1102 widthAdj->set_value(100.0);