summaryrefslogtreecommitdiff
path: root/FL/Fl_Menu_Bar.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Menu_Bar.H')
-rw-r--r--FL/Fl_Menu_Bar.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/FL/Fl_Menu_Bar.H b/FL/Fl_Menu_Bar.H
index dcb76652a..b6261069d 100644
--- a/FL/Fl_Menu_Bar.H
+++ b/FL/Fl_Menu_Bar.H
@@ -88,6 +88,10 @@ public:
menu items.
*/
Fl_Menu_Bar(int X, int Y, int W, int H, const char *l=0);
+ /** Updates the menu bar after any change to its items.
+ This is useful when the menu bar can be an Fl_Sys_Menu_Bar object.
+ */
+ virtual void update() {}
};
#endif