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.

@FunctionalInterface public static interface CellAreaClass.OnActivate
  • 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 data
      widget - the `GtkWidget` that @area is rendering on
      cell_area - the size and location of @area relative to @widget’s allocation
      flags - 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.