Struct
GtkPaperSize
Description [src]
struct GtkPaperSize {
/* No available fields */
}
GtkPaperSize
handles paper sizes.
It uses the standard called
PWG 5101.1-2002 PWG: Standard for Media Standardized Names
to name the paper sizes (and to get the data for the page sizes).
In addition to standard paper sizes, GtkPaperSize
allows to
construct custom paper sizes with arbitrary dimensions.
The GtkPaperSize
object stores not only the dimensions (width
and height) of a paper size and its name, it also provides
default print margins.
Constructors
gtk_paper_size_new_from_key_file
Reads a paper size from the group group_name
in the key file
key_file
.
Functions
gtk_paper_size_get_default
Returns the name of the default paper size, which depends on the current locale.