Package ch.bailu.gtk.gtk
Interface PrintOperationClass.OnUpdateCustomWidget
- Enclosing class:
- PrintOperationClass
- 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
(CallbackHandler __self, PrintOperation operation, Widget widget, PageSetup setup, PrintSettings settings)
-
Method Details
-
onUpdateCustomWidget
void onUpdateCustomWidget(CallbackHandler __self, @Nonnull PrintOperation operation, @Nonnull Widget widget, @Nonnull PageSetup setup, @Nonnull PrintSettings settings) - Parameters:
operation
-widget
-setup
-settings
-
-