diff --git a/CHANGES b/CHANGES index 5f87306e1..e0d71eaed 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ CHANGES IN FLTK 1.1.7 - - Documentation fixes (STR #648, STR #692, STR #744, STR - #745) + - Documentation fixes (STR #648, STR #692, STR #730, STR + #744, STR #745) - The keyboard shortcut handling code did not handle 8-bit characters properly (STR #731) - Fl_JPEG_Image could still crash an app with a corrupt 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 diff --git a/documentation/Fl_Browser_.html b/documentation/Fl_Browser_.html index 19e2b643e..65d3bff0a 100644 --- a/documentation/Fl_Browser_.html +++ b/documentation/Fl_Browser_.html @@ -210,7 +210,9 @@ this based on the value of h:
Gets or sets the horizontal scrolling position of the list. +
Gets or sets the horizontal scrolling position of the list, +which is the pixel offset of the list items within the list +area.
Gets or sets the vertical scrolling position of the list. +
Gets or sets the vertical scrolling position of the list, +which is the pixel offset of the list items within the list +area.