diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2019-01-22 11:31:25 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2019-01-22 11:31:25 +0000 |
| commit | fb2bebf4919a011f0fd7cec085443d0031228e76 (patch) | |
| tree | ab58c4ca7f94b0bc9b99c7bbcaca21532b401a61 /src/widgets/desktop-widget.h | |
| parent | Tidy up toolbox utilities (diff) | |
| download | inkscape-fb2bebf4919a011f0fd7cec085443d0031228e76.tar.gz inkscape-fb2bebf4919a011f0fd7cec085443d0031228e76.zip | |
Move main menu bar from desktop-widget to inkscape-window.
Diffstat (limited to 'src/widgets/desktop-widget.h')
| -rw-r--r-- | src/widgets/desktop-widget.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/widgets/desktop-widget.h b/src/widgets/desktop-widget.h index e6702ce41..5d1be6398 100644 --- a/src/widgets/desktop-widget.h +++ b/src/widgets/desktop-widget.h @@ -15,7 +15,8 @@ * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ -#include <gtkmm/window.h> +#include <gtkmm.h> + #include "message.h" #include "ui/view/view-widget.h" #include "ui/view/edit-widget-interface.h" @@ -33,16 +34,6 @@ class SPDesktop; struct SPDesktopWidget; class SPObject; -namespace Gtk { - class Box; - class EventBox; - class Grid; - class MenuBar; - class Scrollbar; - class SpinButton; - class ToggleButton; -} - namespace Inkscape { namespace UI { namespace Dialog { @@ -107,7 +98,6 @@ private: Gtk::Box *_hbox; - Gtk::MenuBar *_menubar; Gtk::Box *_statusbar; Inkscape::UI::Dialog::SwatchesPanel *_panels; |
