From ff6dc202aef3d4cdab796cebd15d1a3a4207453d Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sat, 23 Mar 2013 08:14:08 +0000 Subject: [PATCH] Small doc fixes for new tab_cell_nav() methods. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9843 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Table.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FL/Fl_Table.H b/FL/Fl_Table.H index cf6519fcc..88f35c33f 100644 --- a/FL/Fl_Table.H +++ b/FL/Fl_Table.H @@ -1122,7 +1122,7 @@ public: If off, Tab key navigates fltk widget focus. (default) As of fltk 1.3, the default behavior of the Tab key is to navigate focus off - the current widget, and on to the next one. But in some applications, + of the current widget, and on to the next one. But in some applications, it's useful for Tab to be used to navigate cells in the Fl_Table. \param [in] val If \p val is 1, Tab key navigates cells in table, not fltk widgets.
@@ -1134,9 +1134,9 @@ public: } /** - Get state of fltk widget tab navigation flag. + Get state of table's 'Tab' key cell navigation flag. - \returns 1 if Tab configured to navigate widget focus (default) or 0 for Tab to navigate table cells. + \returns 1 if Tab configured to navigate cells in table
0 to navigate widget focus (default) \see tab_cell_nav(int) */