Skip to content

Commit

Permalink
More browser documentation changes.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4065 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Mar 5, 2005
1 parent b066dea commit 2c989c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion FL/Fl_Browser_.H
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions documentation/Fl_Browser_.html
Expand Up @@ -210,7 +210,9 @@ <H4><A name="Fl_Browser_.has_scrollbar">void
<H4><A NAME="Fl_Browser_.hposition">int Fl_Browser_::hposition() const
<BR>Fl_Browser_::hposition(int h)</A></H4>

<P>Gets or sets the horizontal scrolling position of the list.
<P>Gets or sets the horizontal scrolling position of the list,
which is the pixel offset of the list items within the list
area.


<H4><A NAME="Fl_Browser_.incr_height">virtual int Fl_Browser_::incr_height() const</A></H4>
Expand Down Expand Up @@ -305,7 +307,9 @@ <H4><A NAME="Fl_Browser_.new_list">Fl_Browser_::new_list()</A></H4>
<H4><A NAME="Fl_Browser_.position">int Fl_Browser_::position() const
<BR>Fl_Browser_::position(int v) const</A></H4>

<P>Gets or sets the vertical scrolling position of the list.
<P>Gets or sets the vertical scrolling position of the list,
which is the pixel offset of the list items within the list
area.


<H4><A NAME="Fl_Browser_.redraw_line">Fl_Browser_::redraw_line(void *p)</A></H4>
Expand Down

0 comments on commit 2c989c8

Please sign in to comment.