diff options
| author | Ted Gould <ted@gould.cx> | 2007-06-27 06:27:59 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-06-27 06:27:59 +0000 |
| commit | 2eb771b13f1c098bf98742cb050d805d099fca9c (patch) | |
| tree | 2ac9317bd0b27e2a4a2e753bf70c28efcb6ae599 /src/extension/prefdialog.cpp | |
| parent | r15555@tres: ted | 2007-06-08 08:57:04 -0700 (diff) | |
| download | inkscape-2eb771b13f1c098bf98742cb050d805d099fca9c.tar.gz inkscape-2eb771b13f1c098bf98742cb050d805d099fca9c.zip | |
r15556@tres: ted | 2007-06-08 08:57:40 -0700
Adding some functions for future expansion.
(bzr r3134)
Diffstat (limited to 'src/extension/prefdialog.cpp')
| -rw-r--r-- | src/extension/prefdialog.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/extension/prefdialog.cpp b/src/extension/prefdialog.cpp index db9d6b7d7..7c3b76639 100644 --- a/src/extension/prefdialog.cpp +++ b/src/extension/prefdialog.cpp @@ -79,6 +79,16 @@ PrefDialog::run (void) { return resp; } +void +PrefDialog::setPreviewState (Glib::ustring state) { + +} + +void +PrefDialog::setPinned (bool in_pin) { + set_modal(!in_pin); +} + }; }; /* namespace Inkscape, Extension */ /* |
