Code

add a way to set a radio toggle in aux toolbar via desktop, by the toggles id
[inkscape.git] / src / desktop.h
index ca2d2420465f919ac7ab474cc5c637b96eb76adc..10509c2749402aee91cdb08400db10c79d305ce0 100644 (file)
@@ -247,6 +247,7 @@ struct SPDesktop : public Inkscape::UI::View::View
     void destroyWidget();
     void setToolboxFocusTo (gchar const* label);
     void setToolboxAdjustmentValue (gchar const* id, double val);
+    void setToolboxSelectOneValue (gchar const* id, gint val);
     bool isToolboxButtonActive (gchar const *id);
     void updateNow();
     void updateCanvasNow();