Package ch.bailu.gtk.gtk
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onStartEditing
(CallbackHandler __self, CellEditable cell_editable, Event event)
-
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
-