From b870f2a1e8fcb956ce316e6a600d7d0625604830 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 29 Dec 2024 23:51:07 +1300 Subject: Revised FLTK.Devices.Surface subhierarchy --- doc/fl_paged_device.html | 62 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 57 insertions(+), 5 deletions(-) (limited to 'doc/fl_paged_device.html') diff --git a/doc/fl_paged_device.html b/doc/fl_paged_device.html index 42926f9..79dc467 100644 --- a/doc/fl_paged_device.html +++ b/doc/fl_paged_device.html @@ -51,12 +51,57 @@ Page_Layout + + page_format + Page_Format_Info + + + +   + Page_Format_Info_Array + + + + + + + + + + + + + +
Errors
intPage_Error
- + + + + + + + + + + + + +
Functions and Procedures
Static Attributes
+static const char * class_id = "Fl_Paged_Device";
+
Deprecated, use runtime tag checks instead.
+static const page_format page_formats[NO_PAGE_FORMATS];
+
+Page_Formats : constant Page_Format_Info_Array (A0 .. Envelope);
+
+ + + + + +
Constructors
@@ -68,11 +113,18 @@ function Create
 
+ + + + + + - + @@ -210,12 +262,12 @@ virtual int start_job(int pagecount, int *frompage=NULL, int *topage=NULL); -- cgit
Functions and Procedures
 const char * class_name();
 
 Deprecated, use runtime tag checks instead.
 procedure Start_Job
        (This  : in out Paged_Device;
-        Count : in     Natural);
+        Count : in     Natural := 0);
 
 procedure Start_Job
        (This     : in out Paged_Device;
-        Count    : in     Natural;
-        From, To : in     Positive);
+        Count    : in     Natural := 0;
+        From, To :    out Positive);