From 72e0388a481f9b32d2be6e1b0e54edb1c45063ae Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 29 Mar 2006 05:44:27 +0000 Subject: 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) --- src/extension/effect.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/extension/effect.cpp') 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. -- cgit v1.2.3