gtk+-2.0 Reference Manual

Synopsis

public enum TreeViewGridLines {
    NONE,
    HORIZONTAL,
    VERTICAL,
    BOTH,
}

Description

Enum Value Details

NONE

    NONE,		

HORIZONTAL

    HORIZONTAL,		

VERTICAL

    VERTICAL,		

BOTH

    BOTH,		

Method Details


Created by Valadoc