summaryrefslogtreecommitdiff
path: root/src/Fl_Browser.cxx
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2009-03-17 03:41:34 +0000
committerGreg Ercolano <erco@seriss.com>2009-03-17 03:41:34 +0000
commitcae2ca6d7e588ff2f1487209f160d599bb379494 (patch)
treeb3371712285f9918b9390a5f369966f8e0ffdd76 /src/Fl_Browser.cxx
parent498dcb05aeb80678e910ecfd623c8b51f6ed8d2b (diff)
Spell check was an after thought..
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6696 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Browser.cxx')
-rw-r--r--src/Fl_Browser.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Browser.cxx b/src/Fl_Browser.cxx
index dbc4afd9b..add2e3171 100644
--- a/src/Fl_Browser.cxx
+++ b/src/Fl_Browser.cxx
@@ -106,7 +106,7 @@ int Fl_Browser::item_selected(void* item) const {
/**
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 @@ void Fl_Browser::remove(int line) {
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 @@ int Fl_Browser::item_width(void *item) const {
/**
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 {