Skip to content

Commit

Permalink
Hmm, reverted some of my doc changes in r10134 -- could swear the option
Browse files Browse the repository at this point in the history
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
  • Loading branch information
erco77 committed Apr 29, 2014
1 parent cc4697d commit ebef1fa
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions FL/Fl.H
Expand Up @@ -165,14 +165,12 @@ public:
\see Fl::option(Fl_Option)
*/
typedef enum {
/// When switched on, arrow keys will navigate focus between widgets.
/// Also, left/right arrow keys in text widgets will change widget focus
/// if the cursor is moved off the start or end of text.
/// When switched on, moving the text cursor beyond the start or end of
/// a text in a text widget will change focus to the next text widget.
/// (This is considered 'old' behavior)
///
/// When switched off, arrow keys will not navigate focus, and in text
/// widgets left/right arrows will not move off the widget when the
/// start or end of text is reached. Pressing Tab or Ctrl-Tab will
/// advance the keyboard focus.
/// When switched off, the cursor will stop at the end of the text.
/// Pressing Tab or Ctrl-Tab will advance the keyboard focus.
///
/// See also: Fl_Input_::tab_nav()
///
Expand Down

0 comments on commit ebef1fa

Please sign in to comment.