Interface CellAreaClass.OnSnapshot

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.OnSnapshot
  • Method Details

    • onSnapshot

      void onSnapshot(CallbackHandler __self, @Nonnull CellArea area, @Nonnull CellAreaContext context, @Nonnull Widget widget, @Nonnull Snapshot snapshot, @Nonnull Rectangle background_area, @Nonnull Rectangle cell_area, int flags, boolean paint_focus)
      Parameters:
      area - a `GtkCellArea`
      context - the `GtkCellArea`Context for this row of data.
      widget - the `GtkWidget` that @area is rendering to
      snapshot - the `GtkSnapshot` to draw to
      background_area - the @widget relative coordinates for @area’s background
      cell_area - the @widget relative coordinates for @area
      flags - the `GtkCellRenderer`State for @area in this row.
      paint_focus - whether @area should paint focus on focused cells for focused rows or not.