summaryrefslogtreecommitdiff
path: root/doc/fl_menu_.html
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-05-18 16:21:25 +1000
committerJed Barber <jjbarber@y7mail.com>2018-05-18 16:21:25 +1000
commit2cbec01126c34e70fc8e11d77553ef5bfd94cec7 (patch)
treee0f1d1a9e8115838e21e9bda2176695f07f04ad2 /doc/fl_menu_.html
parentee210f26aecaaa19e991773a7be58028223d1cb8 (diff)
Added Choices, Pixmaps, GIFs, XPMs
Diffstat (limited to 'doc/fl_menu_.html')
-rw-r--r--doc/fl_menu_.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/fl_menu_.html b/doc/fl_menu_.html
index 2c3ae6c..731c16e 100644
--- a/doc/fl_menu_.html
+++ b/doc/fl_menu_.html
@@ -572,14 +572,22 @@ function Chosen_Index
<td><pre>
int value(const Fl_Menu_Item *);
</pre></td>
-<td>&nbsp;</td>
+<td><pre>
+procedure Set_Chosen
+ (This : in out Menu;
+ Item : in FLTK.Menu_Items.Menu_Item);
+</pre></td>
</tr>
<tr>
<td><pre>
int value(int i);
</pre></td>
-<td>&nbsp;</td>
+<td><pre>
+procedure Set_Chosen
+ (This : in out Menu;
+ Place : in Index);
+</pre></td>
</tr>
</table>