gtk+-2.0 Reference Manual

Synopsis

public enum ExpanderStyle {
    COLLAPSED,
    SEMI_COLLAPSED,
    SEMI_EXPANDED,
    EXPANDED,
}

Description

Enum Value Details

COLLAPSED

    COLLAPSED,		

SEMI_COLLAPSED

    SEMI_COLLAPSED,		

SEMI_EXPANDED

    SEMI_EXPANDED,		

EXPANDED

    EXPANDED,		

Method Details


Created by Valadoc