Interface TreeModelIface.OnGetValue

Enclosing class:
TreeModelIface
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TreeModelIface.OnGetValue
  • Method Details

    • onGetValue

      void onGetValue(CallbackHandler __self, @Nonnull TreeModel tree_model, @Nonnull TreeIter iter, int column, @Nonnull Value value)
      Parameters:
      tree_model - a `GtkTreeModel`
      iter - the `GtkTreeIter`
      column - the column to lookup the value at
      value - an empty `GValue` to set