From cdcf5839899276b041b56b70798055f0d438bbdb Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Wed, 9 May 2018 23:28:04 +1000 Subject: Text_Editor key bindings hopefully fixed, yet more polishing --- doc/fl_surface_device.html | 106 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 doc/fl_surface_device.html (limited to 'doc/fl_surface_device.html') 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 @@ + + + + + + + Fl_Surface_Device Binding Map + + + + + + +

Fl_Surface_Device Binding Map

+ + + + + + + + + + +
Package name
Fl_Surface_DeviceFLTK.Devices.Surfaces
+ + + + + + + + + + + + + + + + +
Types
Fl_Surface_DeviceSurface_Device
 Surface_Device_Reference
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Functions and Procedures
+Fl_Surface_Device(Fl_Graphics_Driver *graphics_driver);
+
+function Create
+       (Graphics : in out FLTK.Devices.Graphics.Graphics_Driver)
+    return Surface_Device;
+
+const char * class_name();
+
Use runtime tag checks instead
+void driver(Fl_Graphics_Driver *graphics_driver);
+
TBA
+Fl_Graphics_Driver * driver();
+
TBA
+virtual void set_current(void);
+
+procedure Set_Current
+       (This : in out Surface_Device);
+
+static Fl_Surface_Device * surface();
+
+function Get_Current
+    return access Surface_Device'Class;
+
+ + + + + -- cgit