Package ch.bailu.gtk.gtk
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onSnapshot
(CallbackHandler __self, CellArea area, CellAreaContext context, Widget widget, Snapshot snapshot, Rectangle background_area, Rectangle cell_area, int flags, boolean paint_focus)
-
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 tosnapshot
- the `GtkSnapshot` to draw tobackground_area
- the @widget relative coordinates for @area’s backgroundcell_area
- the @widget relative coordinates for @areaflags
- the `GtkCellRenderer`State for @area in this row.paint_focus
- whether @area should paint focus on focused cells for focused rows or not.
-