From 2105f203f18ef44e4710fc07148f1a2e5376cc68 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 11 Nov 2010 09:12:05 +0000 Subject: Fixed menu and shortcut handling (STR #2243). This partly reverts the fix for STR #2199 - for details see STR #2243. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7816 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Widget.H | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'FL/Fl_Widget.H') diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index 0b89ad9eb..d20ee6b7e 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -845,12 +845,12 @@ public: // Documentation and implementation in Fl_Widget.cxx void do_callback(Fl_Widget* o,void* arg=0); - /** Internal use only. */ + /* Internal use only. */ int test_shortcut(); - /** Internal use only. */ + /* Internal use only. */ static unsigned int label_shortcut(const char *t); - /** Internal use only. */ - static int test_shortcut(const char*); + /* Internal use only. */ + static int test_shortcut(const char*, const bool require_alt = false); /** Checks if w is a child of this widget. \param[in] w potential child widget -- cgit v1.2.3