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

public CellView ( ) ;
public CellView.with_markup ( string markup ) ;
public CellView.with_pixbuf ( Gdk.Pixbuf pixbuf ) ;
public CellView.with_text ( string text ) ;
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 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 ) ;
Created by Valadoc