Schnittstelle ComboBox.OnTreeViewRowSeparatorFunc

Umschließende Klasse:
ComboBox
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface ComboBox.OnTreeViewRowSeparatorFunc
  • Methodendetails

    • onTreeViewRowSeparatorFunc

      boolean onTreeViewRowSeparatorFunc(CallbackHandler __self, @Nonnull TreeModel model, @Nonnull TreeIter iter, @Nullable Pointer data)
      Function type for determining whether the row pointed to by @iter should
      be rendered as a separator. A common way to implement this is to have a
      boolean column in the model, whose values the `GtkTreeViewRowSeparatorFunc`
      returns.
      Parameter:
      model - the `GtkTreeModel`
      iter - a `GtkTreeIter` pointing at a row in @model
      data - user data
      Gibt zurück:
      %TRUE if the row is a separator