Package ch.bailu.gtk.gtk
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonSnapshot(CallbackHandler __self, CellRenderer cell, Snapshot snapshot, Widget widget, Rectangle background_area, Rectangle cell_area, int flags)
-
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 towidget- the widget owning @windowbackground_area- entire cell area (including tree expanders and maybe padding on the sides)cell_area- area normally rendered by a cell rendererflags- flags that affect rendering
-