Class

IdeTree

Description

class Ide.Tree : Gtk.TreeView {
  parent_instance: GtkTreeView
}
No description available.

Hierarchy

hierarchy this IdeTree implements_0 AtkImplementorIface this--implements_0 implements_1 GtkBuildable this--implements_1 implements_2 GtkScrollable this--implements_2 ancestor_0 GtkTreeView ancestor_0--this ancestor_1 GtkContainer ancestor_1--ancestor_0 ancestor_2 GtkWidget ancestor_2--ancestor_1 ancestor_3 GInitiallyUnowned ancestor_3--ancestor_2 ancestor_4 GObject ancestor_4--ancestor_3

Ancestors

  • GtkTreeView
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable
  • GtkScrollable

Constructors

ide_tree_new
No description available.

Instance methods

ide_tree_collapse_node
No description available.
ide_tree_expand_node
No description available.
ide_tree_get_selected_node

Gets the currently selected node, or NULL.

Available since: 3.32

ide_tree_node_expanded
No description available.
ide_tree_select_node
No description available.
ide_tree_set_context_menu
No description available.
ide_tree_show_popover_at_node
No description available.

Class structure

struct IdeTreeClass {
  GtkTreeViewClass parent_type;
  
}
Class members
parent_type
GtkTreeViewClass
  No description available.