Package ch.bailu.gtk.gtk
Interface ScrollableInterface.OnGetBorder
- Enclosing class:
- ScrollableInterface
- 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 TypeMethodDescriptionboolean
onGetBorder
(CallbackHandler __self, Scrollable scrollable, Border border)
-
Method Details
-
onGetBorder
- Parameters:
scrollable
- a `GtkScrollable`border
- return location for the results- Returns:
- %TRUE if @border has been set
-