From 51d7304d8b6c7f0525d01cedd6c232f61b8a3474 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 31 Jan 2007 23:10:14 +0000 Subject: Fix Fl_Input_Choice targets (STR #1578) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5649 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Input_Choice.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation') diff --git a/documentation/Fl_Input_Choice.html b/documentation/Fl_Input_Choice.html index 4056faed7..a754e2526 100644 --- a/documentation/Fl_Input_Choice.html +++ b/documentation/Fl_Input_Choice.html @@ -65,11 +65,11 @@ and label string.

Destroys the widget and any value associated with it. -

void Fl_Input_Choice::add(const char *s)

+

void Fl_Input_Choice::add(const char *s)

Adds an item to the menu.

-

void Fl_Input_Choice::clear()

+

void Fl_Input_Choice::clear()

Removes all items from the menu.

@@ -77,7 +77,7 @@ and label string.

Returns a reference to the internal Fl_Input widget.

-

void Fl_Input_Choice::menu(const Fl_Menu_Item *m)
+

void Fl_Input_Choice::menu(const Fl_Menu_Item *m)
const Fl_Menu_Item *menu()

Gets or sets the Fl_Menu_Item array used for the menu.

-- cgit v1.2.3