summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtksalmenu.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-09-28 19:16:18 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-11-14 13:52:49 +0100
commit05888c86739f5ec77d96b62a997e8fce90d090c1 (patch)
tree6078a3b8defa4de13bbd7b1362272421c7af84fe /vcl/inc/unx/gtk/gtksalmenu.hxx
parentea2261fac59fde0129bcdafb3e8f8ee94afc635f (diff)
moved dbus and menumodel ownership to frame, where it belongs
Diffstat (limited to 'vcl/inc/unx/gtk/gtksalmenu.hxx')
-rw-r--r--vcl/inc/unx/gtk/gtksalmenu.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx
index 56aed28d8277..77e22c375f96 100644
--- a/vcl/inc/unx/gtk/gtksalmenu.hxx
+++ b/vcl/inc/unx/gtk/gtksalmenu.hxx
@@ -38,6 +38,7 @@
class MenuItemList;
class GtkSalMenuItem;
+
class GtkSalMenu : public SalMenu
{
private:
@@ -103,6 +104,11 @@ public:
void DispatchCommand( gint itemId, const gchar* aCommand );
void Activate( const gchar* aMenuCommand );
void Deactivate( const gchar* aMenuCommand );
+ inline void DisconnectFrame()
+ {
+ mpMenuModel = NULL;
+ mpActionGroup = NULL;
+ };
};
class GtkSalMenuItem : public SalMenuItem