mirror of https://github.com/fltk/fltk
More documentation of enum Fl_Paged_Device::Page_Format
This commit is contained in:
parent
06504e1840
commit
27c791ae8a
|
@ -66,12 +66,12 @@ public:
|
|||
B10, /**< B10 format */
|
||||
C5E,
|
||||
DLE,
|
||||
EXECUTIVE,
|
||||
FOLIO,
|
||||
LEDGER,
|
||||
EXECUTIVE, /**< Executive format */
|
||||
FOLIO, /**< Folio format */
|
||||
LEDGER, /**< Ledger format */
|
||||
LEGAL, /**< Legal format */
|
||||
LETTER, /**< Letter format */
|
||||
TABLOID,
|
||||
TABLOID, /**< Tabloid format */
|
||||
ENVELOPE,
|
||||
MEDIA = 0x1000
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue