Interface CellEditableIface.OnStartEditing

Enclosing class:
CellEditableIface
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 CellEditableIface.OnStartEditing
  • Method Details

    • onStartEditing

      void onStartEditing(CallbackHandler __self, @Nonnull CellEditable cell_editable, @Nullable Event event)
      Parameters:
      cell_editable - A `GtkCellEditable`
      event - The `GdkEvent` that began the editing process, or %NULL if editing was initiated programmatically