public class CellRendererText : CellRenderer {
public double font_scale ;
public weak Pango.AttrList extra_attrs ;
public Pango.Underline underline_style ;
public int fixed_height_rows ;
public uint calc_fixed_height ;
public weak bool align_set { get; set; } ;
public weak Pango.Alignment alignment { get; set; } ;
public weak Pango.AttrList attributes { get; set; } ;
public weak string background { set; } ;
public weak Gdk.Color background_gdk { get; set; } ;
public weak bool background_set { get; set; } ;
public weak bool editable { get; set; } ;
public weak bool editable_set { get; set; } ;
public weak Pango.EllipsizeMode ellipsize { get; set; } ;
public weak bool ellipsize_set { get; set; } ;
public weak string family { get; set; } ;
public weak bool family_set { get; set; } ;
public weak string font { get; set; } ;
public weak Pango.FontDescription font_desc { get; set; } ;
public weak string foreground { set; } ;
public weak Gdk.Color foreground_gdk { get; set; } ;
public weak bool foreground_set { get; set; } ;
public weak string language { get; set; } ;
public weak bool language_set { get; set; } ;
public weak string markup { set; } ;
public weak int rise { get; set; } ;
public weak bool rise_set { get; set; } ;
public weak double scale { get; set; } ;
public weak bool scale_set { get; set; } ;
public weak bool single_paragraph_mode { get; set; } ;
public weak int size { get; set; } ;
public weak double size_points { get; set; } ;
public weak bool size_set { get; set; } ;
public weak Pango.Stretch stretch { get; set; } ;
public weak bool stretch_set { get; set; } ;
public weak bool strikethrough { get; set; } ;
public weak bool strikethrough_set { get; set; } ;
public weak Pango.Style style { get; set; } ;
public weak bool style_set { get; set; } ;
public weak string text { get; set; } ;
public weak Pango.Underline underline { get; set; } ;
public weak bool underline_set { get; set; } ;
public weak Pango.Variant variant { get; set; } ;
public weak bool variant_set { get; set; } ;
public weak int weight { get; set; } ;
public weak bool weight_set { get; set; } ;
public weak int width_chars { get; set; } ;
public weak Pango.WrapMode wrap_mode { get; set; } ;
public weak int wrap_width { get; set; } ;
public CellRendererText ( ) ;
public signal void edited ( string path,
string new_text ) ;
public void set_fixed_height_from_font ( int number_of_rows ) ;
}

public CellRendererText ( ) ;
public double font_scale ;
public weak Pango.AttrList extra_attrs ;
public Pango.Underline underline_style ;
public int fixed_height_rows ;
public uint calc_fixed_height ;
public signal void edited ( string path,
string new_text ) ;
public weak bool align_set { get; set; } ;
public weak Pango.Alignment alignment { get; set; } ;
public weak Pango.AttrList attributes { get; set; } ;
public weak string background { set; } ;
public weak Gdk.Color background_gdk { get; set; } ;
public weak bool background_set { get; set; } ;
public weak bool editable { get; set; } ;
public weak bool editable_set { get; set; } ;
public weak Pango.EllipsizeMode ellipsize { get; set; } ;
public weak bool ellipsize_set { get; set; } ;
public weak string family { get; set; } ;
public weak bool family_set { get; set; } ;
public weak string font { get; set; } ;
public weak Pango.FontDescription font_desc { get; set; } ;
public weak string foreground { set; } ;
public weak Gdk.Color foreground_gdk { get; set; } ;
public weak bool foreground_set { get; set; } ;
public weak string language { get; set; } ;
public weak bool language_set { get; set; } ;
public weak string markup { set; } ;
public weak int rise { get; set; } ;
public weak bool rise_set { get; set; } ;
public weak double scale { get; set; } ;
public weak bool scale_set { get; set; } ;
public weak bool single_paragraph_mode { get; set; } ;
public weak int size { get; set; } ;
public weak double size_points { get; set; } ;
public weak bool size_set { get; set; } ;
public weak Pango.Stretch stretch { get; set; } ;
public weak bool stretch_set { get; set; } ;
public weak bool strikethrough { get; set; } ;
public weak bool strikethrough_set { get; set; } ;
public weak Pango.Style style { get; set; } ;
public weak bool style_set { get; set; } ;
public weak string text { get; set; } ;
public weak Pango.Underline underline { get; set; } ;
public weak bool underline_set { get; set; } ;
public weak Pango.Variant variant { get; set; } ;
public weak bool variant_set { get; set; } ;
public weak int weight { get; set; } ;
public weak bool weight_set { get; set; } ;
public weak int width_chars { get; set; } ;
public weak Pango.WrapMode wrap_mode { get; set; } ;
public weak int wrap_width { get; set; } ;
public void set_fixed_height_from_font ( int number_of_rows ) ;
Created by Valadoc