Package ch.bailu.gtk.gtk
Interface PrintOperation.OnUpdateCustomWidget
- Enclosing class:
- PrintOperation
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onUpdateCustomWidget
(Widget widget, PageSetup setup, PrintSettings settings) Emitted after change of selected printer.
-
Method Details
-
onUpdateCustomWidget
void onUpdateCustomWidget(@Nonnull Widget widget, @Nonnull PageSetup setup, @Nonnull 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-widgetsetup
- actual page setupsettings
- actual print settings
-