gtk+-2.0 Reference Manual

Synopsis

public class CellView : Widget, Implementor, Buildable, CellLayout  {
    public    weak string               background                { set; } ;
    public    weak Gdk.Color            background_gdk            { get; set; } ;
    public    weak bool                 background_set            { get; set; } ;
    public    weak TreeModel            model                     { get; set; } ;


    public                              CellView                  (  ) ;
    public                              CellView.with_markup      ( string              markup ) ;
    public                              CellView.with_pixbuf      ( Gdk.Pixbuf          pixbuf ) ;
    public                              CellView.with_text        ( string              text ) ;


    public    weak GLib.List            get_cell_renderers        (  ) ;
    public    weak TreePath             get_displayed_row         (  ) ;
    public    bool                      get_size_of_row           ( TreePath            path,
                                                                    Requisition         requisition ) ;
    public    void                      set_background_color      ( Gdk.Color           color ) ;
    public    void                      set_displayed_row         ( TreePath            path ) ;
    public    void                      set_model                 ( TreeModel           model ) ;
}

CellView Description

Details

Constructor Details

CellView ()
    public                              CellView                  (  ) ;		

CellView.with_markup ()
    public                              CellView.with_markup      ( string              markup ) ;		

CellView.with_pixbuf ()
    public                              CellView.with_pixbuf      ( Gdk.Pixbuf          pixbuf ) ;		

CellView.with_text ()
    public                              CellView.with_text        ( string              text ) ;		

Field Details

Signal Details

Property Details

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

model
    public    weak TreeModel            model                     { get; set; } ;		

Method Details

get_cell_renderers ()
    public    weak GLib.List            get_cell_renderers        (  ) ;		

get_displayed_row ()
    public    weak TreePath             get_displayed_row         (  ) ;		

get_size_of_row ()
    public    bool                      get_size_of_row           ( TreePath            path,
                                                                    Requisition         requisition ) ;		

set_background_color ()
    public    void                      set_background_color      ( Gdk.Color           color ) ;		

set_displayed_row ()
    public    void                      set_displayed_row         ( TreePath            path ) ;		

set_model ()
    public    void                      set_model                 ( TreeModel           model ) ;		


Created by Valadoc