mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Small doc modifications to clarify Fl::OPTION_ARROW_FOCUS
and interrelate docs for Fl_Input_::tab_nav(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10134 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+4
-1
@@ -468,6 +468,8 @@ public:
|
||||
|
||||
\param [in] val If \p val is 1, Tab advances focus (default).<BR>
|
||||
If \p val is 0, Tab inserts a tab character (old FLTK behavior).
|
||||
|
||||
\see tab_nav(), Fl::OPTION_ARROW_FOCUS.
|
||||
*/
|
||||
void tab_nav(int val) {
|
||||
tab_nav_ = val;
|
||||
@@ -480,7 +482,8 @@ public:
|
||||
|
||||
If disabled, hitting Tab inserts a tab character into the text field.
|
||||
\returns 1 if Tab advances focus (default), 0 if Tab inserts tab characters.
|
||||
\see tab_nav(int)
|
||||
|
||||
\see tab_nav(int), Fl::OPTION_ARROW_FOCUS.
|
||||
*/
|
||||
int tab_nav() const {
|
||||
return tab_nav_;
|
||||
|
||||
Reference in New Issue
Block a user