Interface CellRendererClass.OnSnapshot

Enclosing class:
CellRendererClass
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 CellRendererClass.OnSnapshot
  • Method Details

    • onSnapshot

      void onSnapshot(CallbackHandler __self, @Nonnull CellRenderer cell, @Nonnull Snapshot snapshot, @Nonnull Widget widget, @Nonnull Rectangle background_area, @Nonnull Rectangle cell_area, int flags)
      Parameters:
      cell - a `GtkCellRenderer`
      snapshot - a `GtkSnapshot` to draw to
      widget - the widget owning @window
      background_area - entire cell area (including tree expanders and maybe padding on the sides)
      cell_area - area normally rendered by a cell renderer
      flags - flags that affect rendering