Package ch.bailu.gtk.gtk
Interface LayoutManagerClass.OnCreateLayoutChild
- Enclosing class:
- LayoutManagerClass
- 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 TypeMethodDescriptiononCreateLayoutChild
(CallbackHandler __self, LayoutManager manager, Widget widget, Widget for_child)
-
Method Details
-
onCreateLayoutChild
LayoutChild onCreateLayoutChild(CallbackHandler __self, @Nonnull LayoutManager manager, @Nonnull Widget widget, @Nonnull Widget for_child) - Parameters:
manager
- the `GtkLayoutManager`widget
- the widget using the @managerfor_child
- the child of @widget- Returns:
- a `GtkLayoutChild`
-