Interface CellArea.OnAddEditable

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.OnAddEditable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onAddEditable(CellRenderer renderer, CellEditable editable, Rectangle cell_area, Str path)
    Indicates that editing has started on @renderer and that @editable
    should be added to the owning cell-layouting widget at @cell_area.
  • Method Details

    • onAddEditable

      void onAddEditable(@Nonnull CellRenderer renderer, @Nonnull CellEditable editable, @Nonnull Rectangle cell_area, @Nonnull Str path)
      Indicates that editing has started on @renderer and that @editable
      should be added to the owning cell-layouting widget at @cell_area.
      Parameters:
      renderer - the `GtkCellRenderer` that started the edited
      editable - the `GtkCellEditable` widget to add
      cell_area - the `GtkWidget` relative `GdkRectangle` coordinates where @editable should be added
      path - the `GtkTreePath` string this edit was initiated for