diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-08-07 06:55:35 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-08-07 06:55:35 +0000 |
| commit | 119ed684c78514e4e98c65a56586e5b3ca6f8e7f (patch) | |
| tree | 383d15cb7cd466a6928c01a1b857f0dc4683fff1 /src/ui/view/edit-widget.cpp | |
| parent | Filter effects: (diff) | |
| download | inkscape-119ed684c78514e4e98c65a56586e5b3ca6f8e7f.tar.gz inkscape-119ed684c78514e4e98c65a56586e5b3ca6f8e7f.zip | |
add a way to set a radio toggle in aux toolbar via desktop, by the toggles id
(bzr r3408)
Diffstat (limited to 'src/ui/view/edit-widget.cpp')
| -rw-r--r-- | src/ui/view/edit-widget.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/view/edit-widget.cpp b/src/ui/view/edit-widget.cpp index d5b782865..b87250e47 100644 --- a/src/ui/view/edit-widget.cpp +++ b/src/ui/view/edit-widget.cpp @@ -1488,6 +1488,12 @@ EditWidget::setToolboxAdjustmentValue (const gchar *, double) /// \todo not implemented } +void +EditWidget::setToolboxSelectOneValue (const gchar *, gint) +{ + /// \todo not implemented +} + bool EditWidget::isToolboxButtonActive (gchar const*) { |
