summaryrefslogtreecommitdiffstats
path: root/src/extension/effect.cpp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2006-03-29 05:44:27 +0000
committergouldtj <gouldtj@users.sourceforge.net>2006-03-29 05:44:27 +0000
commit72e0388a481f9b32d2be6e1b0e54edb1c45063ae (patch)
treecea4bb9ccdc084a19783b1424bca3372fb82ae43 /src/extension/effect.cpp
parentr11141@tres: ted | 2006-03-27 21:51:34 -0800 (diff)
downloadinkscape-72e0388a481f9b32d2be6e1b0e54edb1c45063ae.tar.gz
inkscape-72e0388a481f9b32d2be6e1b0e54edb1c45063ae.zip
r11142@tres: ted | 2006-03-27 21:52:50 -0800
Adding in the basic infrastructure for handling the cascading status dialogs between the different subclasses of widgets. (bzr r360)
Diffstat (limited to 'src/extension/effect.cpp')
-rw-r--r--src/extension/effect.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/extension/effect.cpp b/src/extension/effect.cpp
index 55cf42b2f..78af878d3 100644
--- a/src/extension/effect.cpp
+++ b/src/extension/effect.cpp
@@ -261,6 +261,12 @@ Effect::find_effects_list (Inkscape::XML::Node * menustruct)
return false;
}
+Gtk::VBox *
+Effect::get_info_widget(void)
+{
+ return Extension::get_info_widget();
+}
+
/** \brief Create an action for a \c EffectVerb
\param view Which view the action should be created for
\return The built action.