mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 15:22:34 +08:00
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:
+1
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user