diff options
| -rw-r--r-- | FL/Fl_Browser_.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/FL/Fl_Browser_.H b/FL/Fl_Browser_.H index 1f5557c6f..3d4f4a03f 100644 --- a/FL/Fl_Browser_.H +++ b/FL/Fl_Browser_.H @@ -55,7 +55,9 @@ accessing image data or doing stat() on a file or doing some other slow operation. - <B>Keyboard navigation of browser items</B><BR> +Keyboard navigation of browser items +------------------------------------ + The keyboard navigation of browser items is only possible if visible_focus() is enabled. If disabled, the widget rejects keyboard focus; Tab and Shift-Tab focus navigation will skip the widget. |
