From a8967c654b6ee09dce89fe83bcafff2181a1952f Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 24 Dec 2024 18:51:07 +1300 Subject: Added Fl_Display_Device --- doc/fl_display_device.html | 112 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 doc/fl_display_device.html (limited to 'doc/fl_display_device.html') 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 @@ + + + + + + Fl_Display_Device Binding Map + + + + + + +

Fl_Display_Device Binding Map

+ + +Back to Index + + + + + + + + + + +
Package name
Fl_Display_DeviceFLTK.Devices.Surface.Display
+ + + + + + + + + + + + + + + + +
Types
Fl_Display_DeviceDisplay_Device
 Display_Device_Reference
+ + + + + + + + + + + +
Static Attributes
+static const char * class_id = "Fl_Display_Device";
+
Use runtime tag checks instead
+ + + + + + + + + + + +
Constructors
+Fl_Display_Device(Fl_Graphics_Driver *graphics_driver);
+
+function Create
+       (Graphics : in out FLTK.Devices.Graphics.Graphics_Driver)
+    return Display_Device;
+
+ + + + + + + + + + + +
Functions and Procedures
+const char * class_name();
+
Use runtime tag checks instead
+ + + + + + + + + + + +
Static Functions and Procedures
+static Fl_Display_Device * display_device();
+
+function Get_Platform_Display
+    return Display_Device_Reference;
+
+ + + + + -- cgit