From 2c989c8e4c82cbae150f51bba31e9728c4dbd66a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 5 Mar 2005 19:31:42 +0000 Subject: More browser documentation changes. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4065 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Browser_.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'documentation') 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:

int Fl_Browser_::hposition() const
Fl_Browser_::hposition(int 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.

virtual int Fl_Browser_::incr_height() const

@@ -305,7 +307,9 @@ information it has concerning the items is invalid.

int Fl_Browser_::position() const
Fl_Browser_::position(int v) const

-

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.

Fl_Browser_::redraw_line(void *p)

-- cgit v1.2.3