mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 06:14:28 +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.
|
Updates the browser so that \p line is shown at position \p pos.
|
||||||
\param[in] line line number. (1 based)
|
\param[in] line line number. (1 based)
|
||||||
\param[in] pos position.
|
\param[in] pos position.
|
||||||
\see topline(), middleline(), bottomline(), \n
|
\see topline(), middleline(), bottomline()
|
||||||
+: Command not found.
|
|
||||||
*/
|
*/
|
||||||
void Fl_Browser::lineposition(int line, Fl_Line_Position pos) {
|
void Fl_Browser::lineposition(int line, Fl_Line_Position pos) {
|
||||||
if (line<1) line = 1;
|
if (line<1) line = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user