update_custom_widget
Description:
[ Version ( since = "2.18" ) ]
public virtual signal void update_custom_widget (Widget widget, PageSetup setup, PrintSettings settings)
public virtual signal void update_custom_widget (Widget widget, PageSetup setup, PrintSettings settings)
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.
Parameters:
widget |
the custom widget added in create-custom-widget |
setup |
actual page setup |
settings |
actual print settings |