mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 08:06:35 +08:00
Fix Fl_Input_Choice targets (STR #1578)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5649 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -65,11 +65,11 @@ and label string.
|
||||
|
||||
<P>Destroys the widget and any value associated with it.
|
||||
|
||||
<h4><a name='#Fl_Input_Choice.add'>void Fl_Input_Choice::add(const char *s)</a></h4>
|
||||
<h4><a name='Fl_Input_Choice.add'>void Fl_Input_Choice::add(const char *s)</a></h4>
|
||||
|
||||
<p>Adds an item to the menu.</p>
|
||||
|
||||
<h4><a name='#Fl_Input_Choice.clear'>void Fl_Input_Choice::clear()</a></h4>
|
||||
<h4><a name='Fl_Input_Choice.clear'>void Fl_Input_Choice::clear()</a></h4>
|
||||
|
||||
<p>Removes all items from the menu.</p>
|
||||
|
||||
@@ -77,7 +77,7 @@ and label string.
|
||||
|
||||
<p>Returns a reference to the internal <tt>Fl_Input</tt> widget.</p>
|
||||
|
||||
<h4><a name='#Fl_Input_Choice.menu'>void Fl_Input_Choice::menu(const Fl_Menu_Item *m)<br>
|
||||
<h4><a name='Fl_Input_Choice.menu'>void Fl_Input_Choice::menu(const Fl_Menu_Item *m)<br>
|
||||
const Fl_Menu_Item *menu()</A></h4>
|
||||
|
||||
<p>Gets or sets the <tt>Fl_Menu_Item</tt> array used for the menu.</p>
|
||||
|
||||
Reference in New Issue
Block a user