Hmm, reverted some of my doc changes in r10134 -- could swear the option

in question also affected widget focus in a broader way, but apparently not..



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10136 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2014-04-29 07:48:46 +00:00
parent cc4697dbf2
commit ebef1faf26

12
FL/Fl.H
View File

@ -165,14 +165,12 @@ public:
\see Fl::option(Fl_Option) \see Fl::option(Fl_Option)
*/ */
typedef enum { typedef enum {
/// When switched on, arrow keys will navigate focus between widgets. /// When switched on, moving the text cursor beyond the start or end of
/// Also, left/right arrow keys in text widgets will change widget focus /// a text in a text widget will change focus to the next text widget.
/// if the cursor is moved off the start or end of text. /// (This is considered 'old' behavior)
/// ///
/// When switched off, arrow keys will not navigate focus, and in text /// When switched off, the cursor will stop at the end of the text.
/// widgets left/right arrows will not move off the widget when the /// Pressing Tab or Ctrl-Tab will advance the keyboard focus.
/// start or end of text is reached. Pressing Tab or Ctrl-Tab will
/// advance the keyboard focus.
/// ///
/// See also: Fl_Input_::tab_nav() /// See also: Fl_Input_::tab_nav()
/// ///