Method
GtkPrintContextget_page_setup
since: 2.10
Declaration [src]
GtkPageSetup*
gtk_print_context_get_page_setup (
GtkPrintContext* context
)
Description [src]
Obtains the GtkPageSetup
that determines the page
dimensions of the GtkPrintContext
.
Available since: 2.10
Return value
Type: GtkPageSetup
The page setup of context
.
The returned data is owned by the instance. |