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 +++++++++++++++++++++++++++++++++++++++++++++ doc/index.html | 3 +- 2 files changed, 114 insertions(+), 1 deletion(-) create mode 100644 doc/fl_display_device.html (limited to 'doc') 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;
+
+ + + + + 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 @@
  • Fl_Counter
  • Fl_Device
  • Fl_Dial
  • -
  • Fl_Display_Device
  • +
  • Fl_Display_Device
  • Fl_Double_Window
  • Fl_Draw
  • Fl_File_Browser
  • @@ -141,6 +141,7 @@
  • FLTK.Devices.Graphics
  • FLTK.Devices.Surface
  • FLTK.Devices.Surface.Copy
  • +
  • FLTK.Devices.Surface.Display
  • FLTK.Devices.Surface.Image
  • FLTK.Devices.Surface.Paged
  • FLTK.Devices.Surface.Paged.Printers
  • -- cgit