Returns the page setup of setup.
Returns the print settings of setup.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
A gtk.print_setup.PrintSetup is an auxiliary object for printing that allows decoupling the setup from the printing.
A print setup is obtained by calling gtk.print_dialog.PrintDialog.setup, and can later be passed to print functions such as gtk.print_dialog.PrintDialog.print.
Print setups can be reused for multiple print calls.
Applications may wish to store the page_setup and print_settings from the print setup and copy them to the PrintDialog if they want to keep using them.