Signal
GtkPrintOperation::update-custom-widget
Declaration
void
update_custom_widget (
  GtkPrintOperation* self,
  GtkWidget* widget,
  GtkPageSetup* setup,
  GtkPrintSettings* settings,
  gpointer user_data
)
Description [src]
Emitted after change of selected printer.
The actual page setup and print settings are passed to the custom widget, which can actualize itself according to this change.
| Default handler: The default handler is called after the handlers added via  | 
Parameters
- widget
- 
            Type: GtkWidgetThe custom widget added in ::create-custom-widget. The data is owned by the caller of the function. 
- setup
- 
            Type: GtkPageSetupActual page setup. The data is owned by the caller of the function. 
- settings
- 
            Type: GtkPrintSettingsActual print settings. The data is owned by the caller of the function.