diff options
author | Jed Barber <jjbarber@y7mail.com> | 2018-04-29 00:39:36 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2018-04-29 00:39:36 +1000 |
commit | ca9cca53a19145216cb0e00462db239e1194696d (patch) | |
tree | f76a7688667c12bfe8ccfb80343fe7a48aa71624 /doc/fl_menu_bar.html | |
parent | ae3aaf71338960e85d27c88d7004497409c6a6d9 (diff) |
FLTK.Event done, a whole bunch more polishing
Diffstat (limited to 'doc/fl_menu_bar.html')
-rw-r--r-- | doc/fl_menu_bar.html | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/doc/fl_menu_bar.html b/doc/fl_menu_bar.html new file mode 100644 index 0000000..3ff571b --- /dev/null +++ b/doc/fl_menu_bar.html @@ -0,0 +1,88 @@ + +<!DOCTYPE html> + +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Fl_Menu_Bar Binding Map</title> + <link href="map.css" rel="stylesheet"> + </head> + + <body> + + +<h2>Fl_Menu_Bar Binding Map</h2> + + +<table class="package"> + <tr><th colspan="2">Package name</th></tr> + + <tr> + <td>Fl_Menu_Bar</td> + <td>FLTK.Widgets.Menus.Menu_Bars</td> + </tr> + +</table> + + + +<table class="type"> + <tr><th colspan="2">Types</th></tr> + + <tr> + <td>Fl_Menu_Bar</td> + <td>Menu_Bar</td> + </tr> + + <tr> + <td> </td> + <td>Menu_Bar_Reference</td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + + <tr> +<td><pre> +Fl_Menu_Bar(int X, int Y, int W, int H, const char *L=0); +</pre></td> +<td><pre> +function Create + (X, Y, W, H : in Integer; + Text : in String) + return Menu_Bar; +</pre></td> + </tr> + + <tr> +<td><pre> +void draw(); +</pre></td> +<td><pre> +procedure Draw + (This : in out Menu_Bar); +</pre></td> + </tr> + + <tr> +<td><pre> +int handle(int); +</pre></td> +<td><pre> +function Handle + (This : in out Menu_Bar; + Event : in Event_Kind) + return Event_Outcome; +</pre></td> + </tr> + +</table> + + + </body> +</html> + |