summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/desktop-widget.h')
-rw-r--r--src/widgets/desktop-widget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/desktop-widget.h b/src/widgets/desktop-widget.h
index f0b42222d..d21ba7bb8 100644
--- a/src/widgets/desktop-widget.h
+++ b/src/widgets/desktop-widget.h
@@ -269,6 +269,8 @@ public:
void updateTitle(gchar const *uri);
bool onFocusInEvent(GdkEventFocus*);
+ Gtk::MenuBar *menubar() { return _menubar; }
+
Inkscape::UI::Widget::Dock* getDock();
static GType getType();