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