vte Reference Manual

Synopsis

public class CharAttributes {
    public    long                      row ;
    public    long                      column ;
    public    Gdk.Color                 fore ;
    public    Gdk.Color                 back ;
    public    uint                      underline ;
    public    uint                      strikethrough ;
}

CharAttributes Description

Details

Constructor Details

Field Details

row
    public    long                      row ;		

column
    public    long                      column ;		

fore
    public    Gdk.Color                 fore ;		

back
    public    Gdk.Color                 back ;		

underline
    public    uint                      underline ;		

strikethrough
    public    uint                      strikethrough ;		

Signal Details

Property Details

Method Details


Created by Valadoc