From 66529aa04427de3755c8ace9415d05638b32bf2d Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 27 Jan 2003 21:05:22 +0000 Subject: [PATCH] Update browser docos; value(0) doesn't do anything, only deselect() clears the current selection. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2930 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Hold_Browser.html | 2 +- documentation/Fl_Select_Browser.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/Fl_Hold_Browser.html b/documentation/Fl_Hold_Browser.html index da9adf5ac..3b1084a74 100644 --- a/documentation/Fl_Hold_Browser.html +++ b/documentation/Fl_Hold_Browser.html @@ -43,7 +43,7 @@ position, size, and label string. The default boxtype is FL_DOWN_BOX Fl_Hold_Browser::~Fl_Hold_Browser() The destructor also deletes all the items in the list.

int Fl_Browser::deselect()

- Same as value(0). +

Deselects any selected item.

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

You can use these for compatibility with diff --git a/documentation/Fl_Select_Browser.html b/documentation/Fl_Select_Browser.html index 42211e9a9..4e744db59 100644 --- a/documentation/Fl_Select_Browser.html +++ b/documentation/Fl_Select_Browser.html @@ -42,7 +42,7 @@ position, size, and label string. The default boxtype is FL_DOWN_BOX Fl_Select_Browser::~Fl_Select_Browser() The destructor also deletes all the items in the list.

int Fl_Browser::deselect()

- Same as value(0). +

Deselects any selected item.

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

You can use these for compatibility with