diff options
author | Antonio Fernandez <antonio.fernandez@aentos.es> | 2012-10-22 14:44:50 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-14 13:52:58 +0100 |
commit | a6838b9464b2e0935525fc8d2c7a3560c86ed482 (patch) | |
tree | c19410494ac597fadb6d2490a740f52212ebe909 /vcl/inc/unx/gtk/gtksalmenu.hxx | |
parent | 376e6c3d8348cfa0942f2abbdaf6c4a7c70a93b7 (diff) |
Added ImplUpdate method to provide recursive and non-recursive menu updating.
Change-Id: Ifd4b3f0d68f4919a10f97d6681bfd0002fa48c7a
Diffstat (limited to 'vcl/inc/unx/gtk/gtksalmenu.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtksalmenu.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx index 5b77a29316f1..b7d3bdd9165f 100644 --- a/vcl/inc/unx/gtk/gtksalmenu.hxx +++ b/vcl/inc/unx/gtk/gtksalmenu.hxx @@ -59,6 +59,7 @@ private: GActionGroup* mpActionGroup; GtkSalMenu* GetMenuForItemCommand( gchar* aCommand, gboolean bGetSubmenu ); + void ImplUpdate( gboolean bRecurse ); public: GtkSalMenu( sal_Bool bMenuBar ); |