Signal
GtkPrintOperation::request-page-setup
since: 2.10
Declaration
void
request_page_setup (
GtkPrintOperation* self,
GtkPrintContext* context,
gint page_nr,
GtkPageSetup* setup,
gpointer user_data
)
Description [src]
Emitted once for every page that is printed, to give
the application a chance to modify the page setup. Any changes
done to setup will be in force only for printing this page.
| Default handler: The default handler is called after the handlers added via |
| Available since: 2.10 |
Parameters
context-
Type:
GtkPrintContextThe
GtkPrintContextfor the current operation.The data is owned by the caller of the function. page_nr-
Type:
gintThe number of the currently printed page (0-based).
setup-
Type:
GtkPageSetupThe
GtkPageSetup.The data is owned by the caller of the function.