diff options
Diffstat (limited to 'doc/fl_menu_.html')
-rw-r--r-- | doc/fl_menu_.html | 12 |
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> </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> </td> +<td><pre> +procedure Set_Chosen + (This : in out Menu; + Place : in Index); +</pre></td> </tr> </table> |