Enumeration

GtkExpanderStyle

Declaration

enum Gtk.ExpanderStyle

Description [src]

Used to specify the style of the expanders drawn by a GtkTreeView.

Members

GTK_EXPANDER_COLLAPSED

The style used for a collapsed subtree.

  • Value: 0
  • Available since: 3.0
GTK_EXPANDER_SEMI_COLLAPSED

Intermediate style used during animation.

  • Value: 1
  • Available since: 3.0
GTK_EXPANDER_SEMI_EXPANDED

Intermediate style used during animation.

  • Value: 2
  • Available since: 3.0
GTK_EXPANDER_EXPANDED

The style used for an expanded subtree.

  • Value: 3
  • Available since: 3.0