Package ch.bailu.gtk.gtk
Interface CellAreaClass.OnFocus
- Enclosing class:
- CellAreaClass
- 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
onFocus
(CallbackHandler __self, CellArea area, int direction)
-
Method Details
-
onFocus
- Parameters:
area
- a `GtkCellArea`direction
- the `GtkDirectionType`- Returns:
- %TRUE if focus remains inside @area as a result of this call.
-