Searched defs:setToolboxAdjustmentValue (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/widgets/
H A Ddesktop-widget.h196 virtual void setToolboxAdjustmentValue (const gchar *id, double val) function in struct:SPDesktopWidget::WidgetStub
197 { _dtw->setToolboxAdjustmentValue (id, val); }
233 void setToolboxAdjustmentValue (gchar const * id, double value);
H A Ddesktop-widget.cpp1635 SPDesktopWidget::setToolboxAdjustmentValue (gchar const *id, double value) function in class:SPDesktopWidget
/inkscape/src/
H A Ddesktop.cpp1402 SPDesktop::setToolboxAdjustmentValue (gchar const* id, double val) function in class:SPDesktop
1404 _widget->setToolboxAdjustmentValue (id, val);

Completed in 35 milliseconds