Package ch.bailu.gtk.gtk
Schnittstelle CellAreaClass.OnActivate
- 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 TypMethodeBeschreibungboolean
onActivate
(CallbackHandler __self, CellArea area, CellAreaContext context, Widget widget, Rectangle cell_area, int flags, boolean edit_only)
-
Methodendetails
-
onActivate
boolean onActivate(CallbackHandler __self, @Nonnull CellArea area, @Nonnull CellAreaContext context, @Nonnull Widget widget, @Nonnull Rectangle cell_area, int flags, boolean edit_only) - Parameter:
area
- a `GtkCellArea`context
- the `GtkCellArea`Context in context with the current row datawidget
- the `GtkWidget` that @area is rendering oncell_area
- the size and location of @area relative to @widget’s allocationflags
- the `GtkCellRenderer`State flags for @area for this row of data.edit_only
- if %TRUE then only cell renderers that are %GTK_CELL_RENDERER_MODE_EDITABLE will be activated.- Gibt zurück:
- Whether @area was successfully activated.
-