Interface TreeViewClass.OnRowActivated

Enclosing class:
TreeViewClass
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 TreeViewClass.OnRowActivated
  • Method Details

    • onRowActivated

      void onRowActivated(CallbackHandler __self, @Nonnull TreeView tree_view, @Nonnull TreePath path, @Nullable TreeViewColumn column)
      Parameters:
      tree_view - A `GtkTreeView`
      path - The `GtkTreePath` to be activated.
      column - The `GtkTreeViewColumn` to be activated.