From 3384fe93dfb08be200bfde1e488177bb650376a6 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 26 Jan 2020 19:14:45 +0100 Subject: Add Fl_Widget::shortcut_label(int) to control effect of '&' in some widget labels --- FL/Fl_Button.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Button.H') diff --git a/FL/Fl_Button.H b/FL/Fl_Button.H index 33c684962..49f5dfa4b 100644 --- a/FL/Fl_Button.H +++ b/FL/Fl_Button.H @@ -51,7 +51,7 @@ class Fl_Widget_Tracker; down, but if you have an input field in the same window, the user will have to hold down the \e Alt key so that the input field does not eat the event first as an \c FL_KEYBOARD event. - + \see Fl_Widget::shortcut_label(int) \todo Refactor the doxygen comments for Fl_Button type() documentation. For an Fl_Button object, the type() call returns one of: -- cgit v1.2.3