diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2024-12-29 23:51:07 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2024-12-29 23:51:07 +1300 |
commit | b870f2a1e8fcb956ce316e6a600d7d0625604830 (patch) | |
tree | 1baa64b41151cdd956666c37eeabc9867b69b47c /doc/fl_paged_device.html | |
parent | 42fff9f52462823b3cb315476fd9d67d4e7fc075 (diff) |
Revised FLTK.Devices.Surface subhierarchy
Diffstat (limited to 'doc/fl_paged_device.html')
-rw-r--r-- | doc/fl_paged_device.html | 62 |
1 files changed, 57 insertions, 5 deletions
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 @@ <td>Page_Layout</td> </tr> + <tr> + <td>page_format</td> + <td>Page_Format_Info</td> + </tr> + + <tr> + <td> </td> + <td>Page_Format_Info_Array</td> + </tr> + +</table> + + + +<table class="type"> + <tr><th colspan="2">Errors</th></tr> + + <tr> + <td>int</td> + <td>Page_Error</td> + </tr> + </table> <table class="function"> - <tr><th colspan="2">Functions and Procedures</th></tr> + <tr><th colspan="2">Static Attributes</th></tr> + + <tr> +<td><pre> +static const char * class_id = "Fl_Paged_Device"; +</pre></td> +<td>Deprecated, use runtime tag checks instead.</td> + </tr> + + <tr> +<td><pre> +static const page_format page_formats[NO_PAGE_FORMATS]; +</pre></td> +<td><pre> +Page_Formats : constant Page_Format_Info_Array (A0 .. Envelope); +</pre></td> + </tr> + +</table> + + + +<table class="function"> + <tr><th colspan="2">Constructors</th></tr> <tr> <td><pre> @@ -68,11 +113,18 @@ function Create </pre></td> </tr> +</table> + + + +<table class="function"> + <tr><th colspan="2">Functions and Procedures</th></tr> + <tr> <td><pre> const char * class_name(); </pre></td> -<td> </td> +<td>Deprecated, use runtime tag checks instead.</td> </tr> <tr> @@ -210,12 +262,12 @@ virtual int start_job(int pagecount, int *frompage=NULL, int *topage=NULL); <td><pre> 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); </pre></td> </tr> |