Package ch.bailu.gtk.gtk
Interface CellAreaClass.OnEvent
- Enclosing class:
- CellAreaClass
- 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 TypeMethodDescriptionint
onEvent
(CallbackHandler __self, CellArea area, CellAreaContext context, Widget widget, Event event, Rectangle cell_area, int flags)
-
Method Details
-
onEvent
int onEvent(CallbackHandler __self, @Nonnull CellArea area, @Nonnull CellAreaContext context, @Nonnull Widget widget, @Nonnull Event event, @Nonnull Rectangle cell_area, int flags) - Parameters:
area
- a `GtkCellArea`context
- the `GtkCellArea`Context for this row of data.widget
- the `GtkWidget` that @area is rendering toevent
- the `GdkEvent` to handlecell_area
- the @widget relative coordinates for @areaflags
- the `GtkCellRenderer`State for @area in this row.- Returns:
- %TRUE if the event was handled by @area.
-