Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

children_possible?: boolean

This property allows for more lazy loading of nodes.

When a node becomes visible, we normally build it's children nodes so that we know if we need an expansion arrow. However, that can be expensive when rendering directories with lots of subdirectories.

Using this, you can always show an arrow without building the children and simply hide the arrow if there were in fact no children (upon expansion).

icon_name?: string

An icon-name to display on the row.

An optional #GObject to associate with the node.

text?: string

Text to display on the tree node.

tree?: Builder.Tree

The tree the node belongs to.

use_dim_label?: boolean
use_markup?: boolean

If the "text" property includes #GMarkup.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method