From 745548245824be2cf5ecd5cb325cbcffa95aee70 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 7 Oct 2007 18:49:55 +0000 Subject: STR #1777: Updated documentation to explain deselecting a line in an Fl_Multi_Browser. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5953 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Multi_Browser.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'documentation/Fl_Multi_Browser.html') diff --git a/documentation/Fl_Multi_Browser.html b/documentation/Fl_Multi_Browser.html index 5140bf67e..f0744ed11 100644 --- a/documentation/Fl_Multi_Browser.html +++ b/documentation/Fl_Multi_Browser.html @@ -59,11 +59,12 @@ The destructor also deletes all the items in the list. Deselects all lines. -

int Fl_Browser::select(int,int=1) -
int Fl_Browser::selected(int) const

+

int Fl_Browser::select(int line_no,int v=1) +
int Fl_Browser::selected(int line_no) const

-Selects one or more lines or gets the current selection state of a -line. +The first version of this call selects (v=1) or deselects (v=0) +a line in the browser. The second call returns the current selection +state of a line.

void Fl_Browser::value(int) -- cgit v1.2.3