diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-02-24 21:22:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-25 12:57:04 +0000 |
commit | 7f39d6831e03cbea408ff499df1c5b120d825cee (patch) | |
tree | 7ed1f1284c9a5109a3575ccb058c39fb204e3e50 /vcl/inc | |
parent | a3781a7ff856c9d808c836acda35706477229513 (diff) |
gtk3: put all of our existing toplevel stuff inside a GtkGrid
so we can optionally insert a native menubar above it all
Change-Id: Ib8486d7164493db79c868715a2aef209d7472c01
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index f6da61e4fd2c..a5302147f5c3 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -171,6 +171,9 @@ class GtkSalFrame : public SalFrame SalX11Screen m_nXScreen; GtkWidget* m_pWindow; +#if GTK_CHECK_VERSION(3,0,0) + GtkGrid* m_pTopLevelGrid; +#endif GtkEventBox* m_pEventBox; GtkFixed* m_pFixedContainer; GdkWindow* m_pForeignParent; |