PaperSize.this
- this(GtkPaperSize* gtkPaperSize, bool ownedRef)
- this(string name)
- this(string name, string displayName, double width, double height, GtkUnit unit)
- this(Variant variant)
- this(string ippName, double width, double height)
- this(KeyFile keyFile, string groupName)
- this(string ppdName, string ppdDisplayName, double width, double height)
gtk PaperSize PaperSize
constructorsfunctionsstatic functionsvariables
Creates a new gtk.PaperSize object by using IPP information.
If ipp_name is not a recognized paper name, width and height are used to construct a custom gtk.PaperSize object.