summaryrefslogtreecommitdiffstats
path: root/src/inkscape-window.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-01-22 11:31:25 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-01-22 11:31:25 +0000
commitfb2bebf4919a011f0fd7cec085443d0031228e76 (patch)
treeab58c4ca7f94b0bc9b99c7bbcaca21532b401a61 /src/inkscape-window.h
parentTidy up toolbox utilities (diff)
downloadinkscape-fb2bebf4919a011f0fd7cec085443d0031228e76.tar.gz
inkscape-fb2bebf4919a011f0fd7cec085443d0031228e76.zip
Move main menu bar from desktop-widget to inkscape-window.
Diffstat (limited to 'src/inkscape-window.h')
-rw-r--r--src/inkscape-window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inkscape-window.h b/src/inkscape-window.h
index 8aa19d508..9fee2d991 100644
--- a/src/inkscape-window.h
+++ b/src/inkscape-window.h
@@ -45,7 +45,8 @@ private:
SPDesktop* _desktop;
SPDesktopWidget* _desktop_widget;
- Gtk::Box* _mainbox; // Remove after we don't need set_desktop_widget()
+ Gtk::Box* _mainbox;
+ Gtk::MenuBar* _menubar;
// Callbacks
bool key_press(GdkEventKey* event);