summaryrefslogtreecommitdiff
path: root/include/vcl/menu.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/menu.hxx')
-rw-r--r--include/vcl/menu.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx
index 9f31b20421cf..ac3c84ba0761 100644
--- a/include/vcl/menu.hxx
+++ b/include/vcl/menu.hxx
@@ -359,6 +359,17 @@ public:
};
+namespace vcl
+{
+ class VCL_DLLPUBLIC MenuInvalidator
+ {
+ public:
+ MenuInvalidator();
+ VclEventListeners2* GetMenuInvalidateListeners();
+ void Invalidated();
+ };
+}
+
// - MenuBar -