diff options
| -rw-r--r-- | src/Fl_Menu.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Fl_Menu.cxx b/src/Fl_Menu.cxx index 987ef01fe..5841a1003 100644 --- a/src/Fl_Menu.cxx +++ b/src/Fl_Menu.cxx @@ -147,10 +147,21 @@ public: Fl_Window *menuwindow::parent_ = NULL; +/** + \cond DriverDev + \addtogroup DriverDeveloper + \{ + */ + Fl_Window *Fl_Window_Driver::menu_parent() { return menuwindow::parent_; } +/** + \} + \endcond + */ + extern char fl_draw_shortcut; /** |
