Package ch.bailu.gtk.gtk
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 editededitable
- the `GtkCellEditable` widget to addcell_area
- the `GtkWidget` relative `GdkRectangle` coordinates where @editable should be addedpath
- the `GtkTreePath` string this edit was initiated for
-