summaryrefslogtreecommitdiff
path: root/src/Fl_Browser.cxx
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2009-03-25 23:09:04 +0000
committerGreg Ercolano <erco@seriss.com>2009-03-25 23:09:04 +0000
commitf414a50dd2156541d9b53ada0ad988328b8b6e80 (patch)
treee5aaedb51cb7c498c1008f2b9917d36d438c84ed /src/Fl_Browser.cxx
parent9c191c2317aaa7c2a9337cf2bbe12e1a34481e73 (diff)
o Major mods to Fl_Browser_.{cxx.H}'s doxygen docs
o Small mods to Fl_Browser.{cxx,H}'s doxygen docs o FL_SORT_ASC/DESC -> FL_SORT_ASCENDING/DESCENDING (includes necessary mod to test/browser.cxx demo) TODO: Fl_Browser needs new '\see Related methods: ' that was initiated in Fl_Browser_ git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6720 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Browser.cxx')
-rw-r--r--src/Fl_Browser.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Fl_Browser.cxx b/src/Fl_Browser.cxx
index add2e3171..d6934435b 100644
--- a/src/Fl_Browser.cxx
+++ b/src/Fl_Browser.cxx
@@ -460,7 +460,7 @@ int Fl_Browser::full_height() const {
}
/**
- The default height of items (including spacing in-between) in pixels.
+ The default 'average' item height (including inter-item spacing) in pixels.
This currently returns textsize() + 2.
\returns The value in pixels.
*/
@@ -629,10 +629,10 @@ void Fl_Browser::clear() {
/**
Adds a new line to the end of the browser.
- The text string newtext may contain format characters; see format_char() for details.
+ The text string \p newtext may contain format characters; see format_char() for details.
\p newtext is copied using the strdup() function, and can be NULL to make a blank line.
- The optional void * argument \p d will be the data() for the new item.
+ The optional void* argument \p d will be the data() for the new item.
\param[in] newtext The label text used for the added item
\param[in] d Optional user data() for the item (0 if unspecified)
@@ -753,7 +753,7 @@ int Fl_Browser::value() const {
/**
Swap the two items \p a and \p b.
- You must call redraw() to make any changes visible.
+ Uses swapping() to ensure list updates correctly.
\param[in] a,b The two items to be swapped.
*/
void Fl_Browser::swap(FL_BLINE *a, FL_BLINE *b) {