summaryrefslogtreecommitdiffstats
path: root/src/ui/view/edit-widget-interface.h
diff options
context:
space:
mode:
authorgustav_b <gustav_b@users.sourceforge.net>2007-08-29 21:27:07 +0000
committergustav_b <gustav_b@users.sourceforge.net>2007-08-29 21:27:07 +0000
commit731f2b5adbb6f9e9fc853a6506c695fd2fcec320 (patch)
tree6e7775c500ffc41d1376d7496c9334840b0f065f /src/ui/view/edit-widget-interface.h
parentDon't snap node handles to the parent path, plus a small string change (diff)
downloadinkscape-731f2b5adbb6f9e9fc853a6506c695fd2fcec320.tar.gz
inkscape-731f2b5adbb6f9e9fc853a6506c695fd2fcec320.zip
Dockable dialogs patch applied
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
Diffstat (limited to 'src/ui/view/edit-widget-interface.h')
-rw-r--r--src/ui/view/edit-widget-interface.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ui/view/edit-widget-interface.h b/src/ui/view/edit-widget-interface.h
index 8e388529e..c8219b7b2 100644
--- a/src/ui/view/edit-widget-interface.h
+++ b/src/ui/view/edit-widget-interface.h
@@ -18,9 +18,10 @@
#include "libnr/nr-point.h"
#include "message.h"
-
#include <gtkmm/window.h>
+namespace Inkscape { namespace UI { namespace Widget { class Dock; } } }
+
namespace Inkscape {
namespace UI {
namespace View {
@@ -135,6 +136,8 @@ struct EditWidgetInterface
/// Open yes/no dialog with warning text and confirmation question.
virtual bool warnDialog (gchar*) = 0;
+
+ virtual Inkscape::UI::Widget::Dock* getDock () = 0;
};
} // namespace View