Interface CellArea.OnFocusChanged

Enclosing class:
CellArea
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 CellArea.OnFocusChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onFocusChanged(CellRenderer renderer, Str path)
    Indicates that focus changed on this @area.
  • Method Details

    • onFocusChanged

      void onFocusChanged(@Nonnull CellRenderer renderer, @Nonnull Str path)
      Indicates that focus changed on this @area. This signal
      is emitted either as a result of focus handling or event
      handling.

      It's possible that the signal is emitted even if the
      currently focused renderer did not change, this is
      because focus may change to the same renderer in the
      same cell area for a different row of data.
      Parameters:
      renderer - the `GtkCellRenderer` that has focus
      path - the current `GtkTreePath` string set for @area