diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-01-31 23:10:14 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-01-31 23:10:14 +0000 |
| commit | 51d7304d8b6c7f0525d01cedd6c232f61b8a3474 (patch) | |
| tree | 169f158508c5b15e9f794282b8229b5091c26547 | |
| parent | 56eb04fc67cae694ef3d52c9f1f4edb2b645fa3d (diff) | |
Fix Fl_Input_Choice targets (STR #1578)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5649 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | CHANGES | 4 | ||||
| -rw-r--r-- | documentation/Fl_Input_Choice.html | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,7 @@ CHANGES IN FLTK 1.1.8 + - Documentation fixes (STR #1454, STR #1455, STR #1456, + STR #1457, STR #1458, STR #1460, STR #1481, STR #1578) - Fl::awake() could block on X11 and OSX (STR #1537) - Updated recursive mutex code to run on platforms other than Linux and to do a run-time check to determine @@ -42,8 +44,6 @@ CHANGES IN FLTK 1.1.8 - Documented tooltip inheritance (STR #1467) - Better event mouse handling fixing detached menus and sticky tooltips (STR #1463, STR #449) - - Documentation fixes (STR #1454, STR #1455, STR #1456, - STR #1457, STR #1458, STR #1460, STR #1481) - Added Fl::scrollbar_size() methods that are used by all of the scrollbar-using widgets (STR #1500) - fl_read_image() was broken on Intel-based Macs (STR 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. <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> |
