diff options
| author | MenTaLguY <mental@rydia.net> | 2006-07-25 22:17:56 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-07-25 22:17:56 +0000 |
| commit | 7659e37bb9937002acfaadc36817b8f297d9a8c3 (patch) | |
| tree | 63d1055f0384e39a2249279ce1e53ed93aa25808 /src/widgets/gradient-vector.h | |
| parent | session can be initlialised with a current document which is copied into the ... (diff) | |
| download | inkscape-7659e37bb9937002acfaadc36817b8f297d9a8c3.tar.gz inkscape-7659e37bb9937002acfaadc36817b8f297d9a8c3.zip | |
switch to sigc++ SPObject signals for SPGradientVectorSelector
(bzr r1476)
Diffstat (limited to 'src/widgets/gradient-vector.h')
| -rw-r--r-- | src/widgets/gradient-vector.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/widgets/gradient-vector.h b/src/widgets/gradient-vector.h index 9d754b8a0..be3ed62eb 100644 --- a/src/widgets/gradient-vector.h +++ b/src/widgets/gradient-vector.h @@ -15,7 +15,7 @@ #include <glib.h> - +#include <sigc++/connection.h> #include <gtk/gtkvbox.h> #include "../forward.h" @@ -36,6 +36,10 @@ struct SPGradientVectorSelector { /* Vector menu */ GtkWidget *menu; + + sigc::connection gradient_release_connection; + sigc::connection defs_release_connection; + sigc::connection defs_modified_connection; }; struct SPGradientVectorSelectorClass { |
