summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-03-05 19:31:42 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-03-05 19:31:42 +0000
commit2c989c8e4c82cbae150f51bba31e9728c4dbd66a (patch)
tree17c46496d55dbdd4b0e6864c7d4c68b76abf42b7 /FL
parentb066dea55d7ef7b0af510d6fe22f37a6f30f1474 (diff)
More browser documentation changes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4065 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Browser_.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Browser_.H b/FL/Fl_Browser_.H
index e312285fd..b66dc40eb 100644
--- a/FL/Fl_Browser_.H
+++ b/FL/Fl_Browser_.H
@@ -86,7 +86,7 @@ protected:
void new_list(); // completely clobber all data, as though list replaced
void deleting(void *a); // get rid of any pointers to a
void replacing(void *a,void *b); // change a pointers to b
- void inserting(void *a,void *b); // insert a before b
+ void inserting(void *a,void *b); // insert b near a
int displayed(void *) const ; // true if this line is visible
void redraw_line(void *); // minimal update, no change in size
void redraw_lines() {damage(FL_DAMAGE_SCROLL);} // redraw all of them