gtk+-2.0 Reference Manual

Synopsis

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

CellRendererText Description

Details

Constructor Details

CellRendererText ()
    public                              CellRendererText          (  ) ;		

Field Details

font_scale
    public    double                    font_scale ;		

extra_attrs
    public    weak Pango.AttrList       extra_attrs ;		

underline_style
    public    Pango.Underline           underline_style ;		

fixed_height_rows
    public    int                       fixed_height_rows ;		

calc_fixed_height
    public    uint                      calc_fixed_height ;		

Signal Details

edited
    public    signal void               edited                    ( string              path,
                                                                    string              new_text )  ;		

Property Details

align_set
    public    weak bool                 align_set                 { get; set; } ;		

alignment
    public    weak Pango.Alignment      alignment                 { get; set; } ;		

attributes
    public    weak Pango.AttrList       attributes                { get; set; } ;		

background
    public    weak string               background                { set; } ;		

background_gdk
    public    weak Gdk.Color            background_gdk            { get; set; } ;		

background_set
    public    weak bool                 background_set            { get; set; } ;		

editable
    public    weak bool                 editable                  { get; set; } ;		

editable_set
    public    weak bool                 editable_set              { get; set; } ;		

ellipsize
    public    weak Pango.EllipsizeMode  ellipsize                 { get; set; } ;		

ellipsize_set
    public    weak bool                 ellipsize_set             { get; set; } ;		

family
    public    weak string               family                    { get; set; } ;		

family_set
    public    weak bool                 family_set                { get; set; } ;		

font
    public    weak string               font                      { get; set; } ;		

font_desc
    public    weak Pango.FontDescription  font_desc                 { get; set; } ;		

foreground
    public    weak string               foreground                { set; } ;		

foreground_gdk
    public    weak Gdk.Color            foreground_gdk            { get; set; } ;		

foreground_set
    public    weak bool                 foreground_set            { get; set; } ;		

language
    public    weak string               language                  { get; set; } ;		

language_set
    public    weak bool                 language_set              { get; set; } ;		

markup
    public    weak string               markup                    { set; } ;		

rise
    public    weak int                  rise                      { get; set; } ;		

rise_set
    public    weak bool                 rise_set                  { get; set; } ;		

scale
    public    weak double               scale                     { get; set; } ;		

scale_set
    public    weak bool                 scale_set                 { get; set; } ;		

single_paragraph_mode
    public    weak bool                 single_paragraph_mode     { get; set; } ;		

size
    public    weak int                  size                      { get; set; } ;		

size_points
    public    weak double               size_points               { get; set; } ;		

size_set
    public    weak bool                 size_set                  { get; set; } ;		

stretch
    public    weak Pango.Stretch        stretch                   { get; set; } ;		

stretch_set
    public    weak bool                 stretch_set               { get; set; } ;		

strikethrough
    public    weak bool                 strikethrough             { get; set; } ;		

strikethrough_set
    public    weak bool                 strikethrough_set         { get; set; } ;		

style
    public    weak Pango.Style          style                     { get; set; } ;		

style_set
    public    weak bool                 style_set                 { get; set; } ;		

text
    public    weak string               text                      { get; set; } ;		

underline
    public    weak Pango.Underline      underline                 { get; set; } ;		

underline_set
    public    weak bool                 underline_set             { get; set; } ;		

variant
    public    weak Pango.Variant        variant                   { get; set; } ;		

variant_set
    public    weak bool                 variant_set               { get; set; } ;		

weight
    public    weak int                  weight                    { get; set; } ;		

weight_set
    public    weak bool                 weight_set                { get; set; } ;		

width_chars
    public    weak int                  width_chars               { get; set; } ;		

wrap_mode
    public    weak Pango.WrapMode       wrap_mode                 { get; set; } ;		

wrap_width
    public    weak int                  wrap_width                { get; set; } ;		

Method Details

set_fixed_height_from_font ()
    public    void                      set_fixed_height_from_font ( int                 number_of_rows ) ;		


Created by Valadoc