Packages
gtk+-3.0
Gtk
ExpanderStyle
COLLAPSED
EXPANDED
SEMI_COLLAPSED
SEMI_EXPANDED
ExpanderStyle
Description:
[
CCode
( cprefix =
"GTK_EXPANDER_"
, type_id =
"gtk_expander_style_get_type ()"
) ]
public
enum
ExpanderStyle
Used to specify the style of the expanders drawn by a
TreeView
.
Namespace:
Gtk
Package:
gtk+-3.0
Content:
Enum values:
COLLAPSED
-
The style used for a collapsed subtree.
EXPANDED
-
The style used for an expanded subtree.
SEMI_COLLAPSED
-
Intermediate style used during animation.
SEMI_EXPANDED
-
Intermediate style used during animation.