diff --git a/CHANGES b/CHANGES index bad06d34c..ddc374904 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ CHANGES IN FLTK 1.1.7 - - Documentation fixes (STR #648, STR #692, STR #745) + - Documentation fixes (STR #648, STR #692, STR #744, STR + #745) - Fl_JPEG_Image could still crash an app with a corrupt JPEG file (STR #739) - Using the layout alignment controls on a menu widget @@ -47,7 +48,8 @@ CHANGES IN FLTK 1.1.7 button when necessary (STR #653) - Image drawing on OSX changed the current drawing colors (STR #662) - - Fixed some compiler errors on WIN32 (STR #647) + - Fixed some compiler errors on WIN32 (STR #647, STR + #726) - FLUID didn't update the widget panel X/Y/W/H values when moving the selected window (STR #701) - FLUID didn't use the label type constant names for diff --git a/documentation/Fl_Browser_.html b/documentation/Fl_Browser_.html index d1a7d2a92..19e2b643e 100644 --- a/documentation/Fl_Browser_.html +++ b/documentation/Fl_Browser_.html @@ -154,14 +154,14 @@ specified bounding box. displayed at that position then NULL is returned. -
This method may be provided by the subclass to indicate the full height of the item list in pixels. The default implementation computes the full height from the item heights. -
This method may be provided by the subclass to indicate the full width of the item list in pixels. The default implementation computes the full @@ -213,7 +213,7 @@ this based on the value of h:
Gets or sets the horizontal scrolling position of the list. -
This method may be provided to return the average height of all items, to be used for scrolling. The default implementation uses the height of the first @@ -239,7 +239,7 @@ and h. the list. -
This method must be provided by the subclass to return the height of the item p in pixels. Allow for two additional pixels for the list @@ -258,7 +258,7 @@ the list after p. the list before p. -
This method may be provided by the subclass to return the height of the item p in pixels. Allow for two additional pixels for the list @@ -282,7 +282,7 @@ multiple selections in the browser. The method should return 1 if p is selected and 0 otherwise. -
This method must be provided by the subclass to return the width of the item p in pixels. Allow for two additional pixels for the list