Class

IdeFancyTreeView

Description

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

Hierarchy

hierarchy this IdeFancyTreeView 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_fancy_tree_view_new
No description available.

Instance methods

ide_fancy_tree_view_set_data_func

Sets the data func to use to update the text for the IdeCellRendererFancy cell renderer.

Available since: 3.32

Class structure

struct IdeFancyTreeViewClass {
  GtkTreeViewClass parent_class;
  
}
Class members
parent_class
GtkTreeViewClass
  No description available.