Interface CellRenderer.OnEditingCanceled

Enclosing class:
CellRenderer
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 CellRenderer.OnEditingCanceled
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This signal gets emitted when the user cancels the process of editing a
    cell.
  • Method Details

    • onEditingCanceled

      void onEditingCanceled()
      This signal gets emitted when the user cancels the process of editing a
      cell. For example, an editable cell renderer could be written to cancel
      editing when the user presses Escape.

      See also: gtk_cell_renderer_stop_editing().