Package ch.bailu.gtk.gtk
Schnittstelle CellAreaClass.OnSnapshot
- Umschließende Klasse:
CellAreaClass
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidonSnapshot(CallbackHandler __self, CellArea area, CellAreaContext context, Widget widget, Snapshot snapshot, Rectangle background_area, Rectangle cell_area, int flags, boolean paint_focus)
-
Methodendetails
-
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) - Parameter:
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.
-