summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/dialog.h
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-02-06 09:22:10 +0000
committerrwst <rwst@users.sourceforge.net>2006-02-06 09:22:10 +0000
commit59004ddbee10325befbf1dfe38e7430e408bc8d9 (patch)
tree9608ff3bcbc1eafa5bf82f6141cc2d941dc2af79 /src/ui/dialog/dialog.h
parentr10887@tres: ted | 2006-02-05 23:16:41 -0800 (diff)
downloadinkscape-59004ddbee10325befbf1dfe38e7430e408bc8d9.tar.gz
inkscape-59004ddbee10325befbf1dfe38e7430e408bc8d9.zip
open Inkscape Preferences on doubleclick of toolbox button (more or less patch
#1424822 by Marco Scholten) (bzr r93)
Diffstat (limited to 'src/ui/dialog/dialog.h')
-rw-r--r--src/ui/dialog/dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/dialog.h b/src/ui/dialog/dialog.h
index d01cdb048..dd3cdaafe 100644
--- a/src/ui/dialog/dialog.h
+++ b/src/ui/dialog/dialog.h
@@ -34,6 +34,8 @@ public:
virtual void onDesktopActivated (SPDesktop*);
virtual void onShutdown();
+ virtual void present();
+
/** Hide and show dialogs */
virtual void onHideF12();
virtual void onShowF12();