diff options
author | Jed Barber <jjbarber@y7mail.com> | 2018-05-09 23:28:04 +1000 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2018-05-09 23:28:04 +1000 |
commit | cdcf5839899276b041b56b70798055f0d438bbdb (patch) | |
tree | 8f6637b3dfdbd92ab7d8b520b85aa7132290983d /doc/fl_surface_device.html | |
parent | f18aa62c78dd25851d47b611f564a14fabb5a5e2 (diff) |
Text_Editor key bindings hopefully fixed, yet more polishing
Diffstat (limited to 'doc/fl_surface_device.html')
-rw-r--r-- | doc/fl_surface_device.html | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/doc/fl_surface_device.html b/doc/fl_surface_device.html new file mode 100644 index 0000000..6da46c9 --- /dev/null +++ b/doc/fl_surface_device.html @@ -0,0 +1,106 @@ + +<!DOCTYPE html> + +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Fl_Surface_Device Binding Map</title> + <link href="map.css" rel="stylesheet"> + </head> + + <body> + + +<h2>Fl_Surface_Device Binding Map</h2> + + +<table class="package"> + <tr><th colspan="2">Package name</th></tr> + + <tr> + <td>Fl_Surface_Device</td> + <td>FLTK.Devices.Surfaces</td> + </tr> + +</table> + + + +<table class="type"> + <tr><th colspan="2">Types</th></tr> + + <tr> + <td>Fl_Surface_Device</td> + <td>Surface_Device</td> + </tr> + + <tr> + <td> </td> + <td>Surface_Device_Reference</td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + + <tr> +<td><pre> +Fl_Surface_Device(Fl_Graphics_Driver *graphics_driver); +</pre></td> +<td><pre> +function Create + (Graphics : in out FLTK.Devices.Graphics.Graphics_Driver) + return Surface_Device; +</pre></td> + </tr> + + <tr> +<td><pre> +const char * class_name(); +</pre></td> +<td>Use runtime tag checks instead</td> + </tr> + + <tr> +<td><pre> +void driver(Fl_Graphics_Driver *graphics_driver); +</pre></td> +<td>TBA</td> + </tr> + + <tr> +<td><pre> +Fl_Graphics_Driver * driver(); +</pre></td> +<td>TBA</td> + </tr> + + <tr> +<td><pre> +virtual void set_current(void); +</pre></td> +<td><pre> +procedure Set_Current + (This : in out Surface_Device); +</pre></td> + </tr> + + <tr> +<td><pre> +static Fl_Surface_Device * surface(); +</pre></td> +<td><pre> +function Get_Current + return access Surface_Device'Class; +</pre></td> + </tr> + +</table> + + + </body> +</html> + |