diff options
Diffstat (limited to 'doc/fl_surface_device.html')
-rw-r--r-- | doc/fl_surface_device.html | 73 |
1 files changed, 59 insertions, 14 deletions
diff --git a/doc/fl_surface_device.html b/doc/fl_surface_device.html index 6da46c9..aec76d5 100644 --- a/doc/fl_surface_device.html +++ b/doc/fl_surface_device.html @@ -1,4 +1,3 @@ - <!DOCTYPE html> <html lang="en"> @@ -14,12 +13,15 @@ <h2>Fl_Surface_Device Binding Map</h2> +<a href="index.html">Back to Index</a> + + <table class="package"> <tr><th colspan="2">Package name</th></tr> <tr> <td>Fl_Surface_Device</td> - <td>FLTK.Devices.Surfaces</td> + <td>FLTK.Devices.Surface</td> </tr> </table> @@ -44,7 +46,21 @@ <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Static Attributes</th></tr> + + <tr> +<td><pre> +static const char * class_id = "Fl_Surface_Device"; +</pre></td> +<td>Deprecated, use runtime tag checks instead.</td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Constructors</th></tr> <tr> <td><pre> @@ -57,44 +73,73 @@ function Create </pre></td> </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Static Functions and Procedures</th></tr> + <tr> <td><pre> -const char * class_name(); +static Fl_Surface_Device * surface(); +</pre></td> +<td><pre> +function Get_Current + return Surface_Device_Reference; + +function Get_Original + return Surface_Device_Reference; </pre></td> -<td>Use runtime tag checks instead</td> </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + <tr> <td><pre> -void driver(Fl_Graphics_Driver *graphics_driver); +const char * class_name(); </pre></td> -<td>TBA</td> +<td>Deprecated, use runtime tag checks instead.</td> </tr> <tr> <td><pre> Fl_Graphics_Driver * driver(); </pre></td> -<td>TBA</td> +<td><pre> +function Has_Driver + (This : in Surface_Device) + return Boolean; + +function Get_Driver + (This : in out Surface_Device) + return FLTK.Devices.Graphics.Graphics_Driver_Reference; +</pre></td> </tr> <tr> <td><pre> -virtual void set_current(void); +void driver(Fl_Graphics_Driver *graphics_driver); </pre></td> <td><pre> -procedure Set_Current - (This : in out Surface_Device); +procedure Set_Driver + (This : in out Surface_Device; + Driver : in out FLTK.Devices.Graphics.Graphics_Driver'Class); </pre></td> </tr> <tr> <td><pre> -static Fl_Surface_Device * surface(); +virtual void set_current(void); </pre></td> <td><pre> -function Get_Current - return access Surface_Device'Class; +procedure Set_Current + (This : in out Surface_Device); </pre></td> </tr> |