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

/inkscape/src/display/
H A Dcanvas-axonomgrid.cpp361 Inkscape::UI::Widget::RegisteredScalarUnit *_rsu_oy = Gtk::manage( new Inkscape::UI::Widget::RegisteredScalarUnit( local
389 _rsu_oy->setDigits(5);
390 _rsu_oy->setIncrements(0.1, 1.0);
400 0, _rsu_oy,
421 _rsu_oy->setValue (val);
434 _rsu_oy->setProgrammatically = false;
463 _rsu_oy.setValue (val);
H A Dcanvas-grid.cpp701 Inkscape::UI::Widget::RegisteredScalarUnit *_rsu_oy = Gtk::manage( new Inkscape::UI::Widget::RegisteredScalarUnit( local
730 _rsu_oy->setDigits(5);
731 _rsu_oy->setIncrements(0.1, 1.0);
747 0, _rsu_oy,
768 _rsu_oy->setValue (val);
785 _rsu_oy->setProgrammatically = false;
817 _rsu_oy.setValue (val);

Completed in 24 milliseconds