Author: greg.ercolano
Date: 2009-03-16 20:41:34 -0700 (Mon, 16 Mar 2009)
New Revision: 6696
Log:
Spell check was an after thought..
Modified:
branches/branch-1.3/src/Fl_Browser.cxx
Modified: branches/branch-1.3/src/Fl_Browser.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Browser.cxx 2009-03-17 03:29:58 UTC (rev
6695)
+++ branches/branch-1.3/src/Fl_Browser.cxx 2009-03-17 03:41:34 UTC (rev
6696)
@@ -106,7 +106,7 @@
/**
Change the selection state of \p item to the value \p val.
\param[in] item The item to be changed.
- \param[in] v The new selection state: 1 selects, 0 de-selects.
+ \param[in] val The new selection state: 1 selects, 0 de-selects.
*/
void Fl_Browser::item_select(void *item, int val) {
if (val) ((FL_BLINE*)item)->flags |= SELECTED;
@@ -227,7 +227,7 @@
Caveat: See efficiency note in find_line().
\param[in] line The new line will be inserted above this line (1 based).
- \param[in] item The the item to be added.
+ \param[in] item The item to be added.
*/
void Fl_Browser::insert(int line, FL_BLINE* item) {
if (!first) {
@@ -452,7 +452,7 @@
/**
The height of the entire list of all visible() items in pixels.
This returns the accumulated height of *all* the items in the browser
- that are not hidden with hide(), including items scrolled offscreen.
+ that are not hidden with hide(), including items scrolled off screen.
\returns The accumulated size of all the visible items in pixels.
*/
int Fl_Browser::full_height() const {
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit