Package ch.bailu.gtk.gtk
Interface PrintOperationPreviewIface.OnGotPageSize
- Enclosing class:
- PrintOperationPreviewIface
- 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
onGotPageSize
(CallbackHandler __self, PrintOperationPreview preview, PrintContext context, PageSetup page_setup)
-
Method Details
-
onGotPageSize
void onGotPageSize(CallbackHandler __self, @Nonnull PrintOperationPreview preview, @Nonnull PrintContext context, @Nonnull PageSetup page_setup) - Parameters:
preview
-context
-page_setup
-
-