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.

@FunctionalInterface public static interface CellAreaClass.OnEvent
  • 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 to
      event - the `GdkEvent` to handle
      cell_area - the @widget relative coordinates for @area
      flags - the `GtkCellRenderer`State for @area in this row.
      Returns:
      %TRUE if the event was handled by @area.