gtksourceview-2.0 Reference Manual

Synopsis

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                      (  ) ;
}

SourceStyle Description

Details

Constructor Details

Field Details

Signal Details

Property Details

background
    public    weak string               background                { get; construct } ;		

background_set
    public    weak bool                 background_set            { get; construct } ;		

bold
    public    weak bool                 bold                      { get; construct } ;		

bold_set
    public    weak bool                 bold_set                  { get; construct } ;		

foreground
    public    weak string               foreground                { get; construct } ;		

foreground_set
    public    weak bool                 foreground_set            { get; construct } ;		

italic
    public    weak bool                 italic                    { get; construct } ;		

italic_set
    public    weak bool                 italic_set                { get; construct } ;		

line_background
    public    weak string               line_background           { get; construct } ;		

line_background_set
    public    weak bool                 line_background_set       { get; construct } ;		

strikethrough
    public    weak bool                 strikethrough             { get; construct } ;		

strikethrough_set
    public    weak bool                 strikethrough_set         { get; construct } ;		

underline
    public    weak bool                 underline                 { get; construct } ;		

underline_set
    public    weak bool                 underline_set             { get; construct } ;		

Method Details

copy ()
    public    weak SourceStyle          copy                      (  ) ;		


Created by Valadoc