From 4a883a2e81164358f960f13d42fce599f38df5bc Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Mon, 20 Dec 2010 07:48:59 +0000 Subject: Added new tab_nav() control for Fl_Multiline_Input tab navigation behavior. New default behavior is what most users expect; hitting Tab navigates over the widget. Fl_Input modified to support the new flag. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8068 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Multiline_Input.H | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'FL/Fl_Multiline_Input.H') diff --git a/FL/Fl_Multiline_Input.H b/FL/Fl_Multiline_Input.H index 8566063df..2657d6db2 100644 --- a/FL/Fl_Multiline_Input.H +++ b/FL/Fl_Multiline_Input.H @@ -46,6 +46,11 @@ If you are presenting large amounts of text and need scrollbars or full color control of characters, you probably want Fl_Text_Editor instead. + + In FLTK 1.3.x, the default behavior of the 'Tab' key was changed + to support consistent focus navigation. To get the older FLTK 1.1.x + behavior, set Fl_Input_::tab_nav() to 0. Newer programs should consider using + Fl_Text_Editor. */ class FL_EXPORT Fl_Multiline_Input : public Fl_Input { public: -- cgit v1.2.3