Signal
Gtk.PrintOperation::request-page-setup
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.
This gives 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 |
Parameters
context |
GtkPrintContext |
the |
|
Ownership is not transferred to the callee | |
page_nr |
gint |
the number of the currently printed page (0-based) |
|
setup |
GtkPageSetup |
the |
|
Ownership is not transferred to the callee |