From 36302e60475e3531d5034fd97cc87aabb9fbd588 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 13 Jan 2025 00:06:47 +1300 Subject: Documentation improvements --- doc/fl_graphics_driver.html | 48 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) (limited to 'doc/fl_graphics_driver.html') diff --git a/doc/fl_graphics_driver.html b/doc/fl_graphics_driver.html index 1fa72bb..b0a435e 100644 --- a/doc/fl_graphics_driver.html +++ b/doc/fl_graphics_driver.html @@ -51,20 +51,55 @@ - + + + + + + + +
Functions and Procedures
Static Attributes
+static const char * class_id = "Fl_Graphics_Driver";
+
Deprecated, use runtime tag checks instead.
+ + + + + + + + + + + +
Protected Attributes
+matrix * fl_matrix;
+
 
+ + + + + - + +
Constructors
 Fl_Graphics_Driver();
 
TBA 
+ + + + + + - + @@ -194,6 +229,13 @@ function Get_Width
Functions and Procedures
 virtual const char * class_name();
 
Use runtime tag checks insteadDeprecated, use runtime tag checks instead
+ + + + +
Protected Functions and Procedures
+ + -- cgit