Package ch.bailu.gtk.gtk
Interface WidgetClass.OnComputeExpand
- Enclosing class:
- WidgetClass
- 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 TypeMethodDescriptionvoidonComputeExpand(CallbackHandler __self, Widget widget, Int hexpand_p, Int vexpand_p)
-
Method Details
-
onComputeExpand
void onComputeExpand(CallbackHandler __self, @Nonnull Widget widget, @Nonnull Int hexpand_p, @Nonnull Int vexpand_p) - Parameters:
widget-hexpand_p-vexpand_p-
-