gtk+-2.0 Reference Manual

Synopsis

public enum TextDirection {
    NONE,
    LTR,
    RTL,
}

Description

Enum Value Details

NONE

    NONE,		

LTR

    LTR,		

RTL

    RTL,		

Method Details


Created by Valadoc