diff options
| author | Ted Gould <ted@gould.cx> | 2007-06-27 06:20:42 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-06-27 06:20:42 +0000 |
| commit | 60c70f534c4ee27681822d8a63edab17a937b0cf (patch) | |
| tree | 14bfd4c25c03ef6055c523902170e824141764e7 /src/extension/effect.h | |
| parent | r15379@tres: ted | 2007-05-09 19:13:37 -0700 (diff) | |
| download | inkscape-60c70f534c4ee27681822d8a63edab17a937b0cf.tar.gz inkscape-60c70f534c4ee27681822d8a63edab17a937b0cf.zip | |
r15380@tres: ted | 2007-05-10 19:24:35 -0700
Can now hit the cancel key and have it mean something.
(bzr r3122)
Diffstat (limited to 'src/extension/effect.h')
| -rw-r--r-- | src/extension/effect.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/extension/effect.h b/src/extension/effect.h index b6fc80aa5..53d31cf06 100644 --- a/src/extension/effect.h +++ b/src/extension/effect.h @@ -14,6 +14,7 @@ #include <config.h> #include <glibmm/i18n.h> +#include <gtkmm/dialog.h> #include <gtk/gtkdialog.h> #include "verbs.h" @@ -108,6 +109,9 @@ public: private: static gchar * remove_ (gchar * instr); + + bool _canceled; + void workingCanceled (const int resp); }; } } /* namespace Inkscape, Extension */ |
