Class

IdeFancyTreeView

Description

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

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.