public class SourceStyle : Object {
public weak string background { get; construct } ;
public weak bool background_set { get; construct } ;
public weak bool bold { get; construct } ;
public weak bool bold_set { get; construct } ;
public weak string foreground { get; construct } ;
public weak bool foreground_set { get; construct } ;
public weak bool italic { get; construct } ;
public weak bool italic_set { get; construct } ;
public weak string line_background { get; construct } ;
public weak bool line_background_set { get; construct } ;
public weak bool strikethrough { get; construct } ;
public weak bool strikethrough_set { get; construct } ;
public weak bool underline { get; construct } ;
public weak bool underline_set { get; construct } ;
public weak SourceStyle copy ( ) ;
}

public weak string background { get; construct } ;
public weak bool background_set { get; construct } ;
public weak bool bold { get; construct } ;
public weak bool bold_set { get; construct } ;
public weak string foreground { get; construct } ;
public weak bool foreground_set { get; construct } ;
public weak bool italic { get; construct } ;
public weak bool italic_set { get; construct } ;
public weak string line_background { get; construct } ;
public weak bool line_background_set { get; construct } ;
public weak bool strikethrough { get; construct } ;
public weak bool strikethrough_set { get; construct } ;
public weak bool underline { get; construct } ;
public weak bool underline_set { get; construct } ;
public weak SourceStyle copy ( ) ;
Created by Valadoc