signal callback delegate or function to connect
void callback(gtk.widget.Widget widget, gtk.page_setup.PageSetup setup, gtk.print_settings.PrintSettings settings, gtk.print_operation.PrintOperation printOperation)
widget the custom widget added in ::create-custom-widget (optional)
setup actual page setup (optional)
settings actual print settings (optional)
printOperation the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to UpdateCustomWidget signal.
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.