mirror of https://github.com/fltk/fltk
Removed stray garbage from lineposition()'s docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6895 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
7346268f4a
commit
6beaec33de
|
@ -617,8 +617,7 @@ Fl_Browser::Fl_Browser(int X, int Y, int W, int H, const char *L)
|
|||
Updates the browser so that \p line is shown at position \p pos.
|
||||
\param[in] line line number. (1 based)
|
||||
\param[in] pos position.
|
||||
\see topline(), middleline(), bottomline(), \n
|
||||
+: Command not found.
|
||||
\see topline(), middleline(), bottomline()
|
||||
*/
|
||||
void Fl_Browser::lineposition(int line, Fl_Line_Position pos) {
|
||||
if (line<1) line = 1;
|
||||
|
|
Loading…
Reference in New Issue