diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2024-12-24 18:51:07 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2024-12-24 18:51:07 +1300 |
commit | a8967c654b6ee09dce89fe83bcafff2181a1952f (patch) | |
tree | 447694a360f1b15ffd67155ee13b1e948519f0e2 /doc | |
parent | 6673742a204f298db1ca983da0184224d9f21649 (diff) |
Added Fl_Display_Device
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fl_display_device.html | 112 | ||||
-rw-r--r-- | doc/index.html | 3 |
2 files changed, 114 insertions, 1 deletions
diff --git a/doc/fl_display_device.html b/doc/fl_display_device.html new file mode 100644 index 0000000..7805527 --- /dev/null +++ b/doc/fl_display_device.html @@ -0,0 +1,112 @@ +<!DOCTYPE html> + +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>Fl_Display_Device Binding Map</title> + <link href="map.css" rel="stylesheet"> + </head> + + <body> + + +<h2>Fl_Display_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_Display_Device</td> + <td>FLTK.Devices.Surface.Display</td> + </tr> + +</table> + + + +<table class="type"> + <tr><th colspan="2">Types</th></tr> + + <tr> + <td>Fl_Display_Device</td> + <td>Display_Device</td> + </tr> + + <tr> + <td> </td> + <td>Display_Device_Reference</td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Static Attributes</th></tr> + + <tr> +<td><pre> +static const char * class_id = "Fl_Display_Device"; +</pre></td> +<td>Use runtime tag checks instead</td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Constructors</th></tr> + + <tr> +<td><pre> +Fl_Display_Device(Fl_Graphics_Driver *graphics_driver); +</pre></td> +<td><pre> +function Create + (Graphics : in out FLTK.Devices.Graphics.Graphics_Driver) + return Display_Device; +</pre></td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + + <tr> +<td><pre> +const char * class_name(); +</pre></td> +<td>Use runtime tag checks instead</td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Static Functions and Procedures</th></tr> + + <tr> +<td><pre> +static Fl_Display_Device * display_device(); +</pre></td> +<td><pre> +function Get_Platform_Display + return Display_Device_Reference; +</pre></td> + </tr> + +</table> + + + </body> +</html> + diff --git a/doc/index.html b/doc/index.html index 01b4bc7..6157396 100644 --- a/doc/index.html +++ b/doc/index.html @@ -39,7 +39,7 @@ <li><a href="fl_counter.html">Fl_Counter</a></li> <li><a href="fl_device.html">Fl_Device</a></li> <li><a href="fl_dial.html">Fl_Dial</a></li> - <li>Fl_Display_Device</li> + <li><a href="fl_display_device.html">Fl_Display_Device</a></li> <li><a href="fl_double_window.html">Fl_Double_Window</a></li> <li><a href="fl_draw.html">Fl_Draw</a></li> <li><a href="fl_file_browser.html">Fl_File_Browser</a></li> @@ -141,6 +141,7 @@ <li><a href="fl_graphics_driver.html">FLTK.Devices.Graphics</a></li> <li><a href="fl_surface_device.html">FLTK.Devices.Surface</a></li> <li><a href="fl_copy_surface.html">FLTK.Devices.Surface.Copy</a></li> + <li><a href="fl_display_device.html">FLTK.Devices.Surface.Display</a></li> <li><a href="fl_image_surface.html">FLTK.Devices.Surface.Image</a></li> <li><a href="fl_paged_device.html">FLTK.Devices.Surface.Paged</a></li> <li><a href="fl_printer.html">FLTK.Devices.Surface.Paged.Printers</a></li> |