diff options
author | Jed Barber <jjbarber@y7mail.com> | 2018-05-15 16:30:58 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2018-05-15 16:30:58 +1000 |
commit | d45103f2445ed59b7ba78faeae8061327c4ab976 (patch) | |
tree | 78b9aba4e3d7a303473400b6c809ecf657c4b9e1 /doc | |
parent | 1cd018b440f80601f60908c2e5675413f5c77e25 (diff) |
Fixed errors with Event Dispatch and null string pointers
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fl.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/fl.html b/doc/fl.html index b5c9905..f1da128 100644 --- a/doc/fl.html +++ b/doc/fl.html @@ -136,7 +136,7 @@ <tr> <td>Fl_Event_Dispatch</td> - <td>Event_Dispatch</td> + <td>TBA</td> </tr> <tr> @@ -803,20 +803,14 @@ function Key_Ctrl <td><pre> static void event_dispatch(Fl_Event_Dispatch d); </pre></td> -<td><pre> -procedure Set_Dispatch - (Func : in Event_Dispatch); -</pre></td> +<td>TBA</td> </tr> <tr> <td><pre> static Fl_Event_Dispatch event_dispatch(); </pre></td> -<td><pre> -function Get_Dispatch - return Event_Dispatch; -</pre></td> +<td>TBA</td> </tr> <tr> |