uchar Fl_Browser::column_char() const
@@ -170,6 +164,8 @@ string then this just clears the browser. This returns zero if there
was any error in opening or reading the file, in which case errno
is set to the system error. The data() of each line is set
to NULL.
+
+Scrolls the browser so the middle line in the browser is n.
Line from is removed and reinserted at to; to
is calculated after the line is removed.
@@ -178,6 +174,7 @@ to NULL.
The first form returns the current vertical scrollbar position, where
0 corresponds to the top. If there is not vertical scrollbar then this
will always return 0.
+The second form sets the vertical scrollbar position to p.
Remove line n and make the browser one line shorter.
@@ -192,9 +189,8 @@ out of range it returns NULL.
The second form sets the text for line n.
- The first form returns the current top line in the browser. If there
+The first form returns the current top line in the browser. If there
is no vertical scrollbar then this will always return 1.
-The second form sets the top line in the browser to n.
-The second form sets the vertical scrollbar position to p.
+The second form scrolls the browser so the top line in the browser is n.
- Returns a non-zero value if line n is visible.