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.

@FunctionalInterface public static interface CellAreaClass.OnFocus
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onFocus(CallbackHandler __self, CellArea area, int direction)
     
  • Method Details

    • onFocus

      boolean onFocus(CallbackHandler __self, @Nonnull CellArea area, int direction)
      Parameters:
      area - a `GtkCellArea`
      direction - the `GtkDirectionType`
      Returns:
      %TRUE if focus remains inside @area as a result of this call.