public class CellRendererPixbuf : CellRenderer {
public weak bool follow_state { get; set; } ;
public weak string icon_name { get; set; } ;
public weak Gdk.Pixbuf pixbuf { get; set; } ;
public weak Gdk.Pixbuf pixbuf_expander_closed { get; set; } ;
public weak Gdk.Pixbuf pixbuf_expander_open { get; set; } ;
public weak string stock_detail { get; set; } ;
public weak string stock_id { get; set; } ;
public weak uint stock_size { get; set; } ;
public CellRendererPixbuf ( ) ;
}

public CellRendererPixbuf ( ) ;
public weak bool follow_state { get; set; } ;
public weak string icon_name { get; set; } ;
public weak Gdk.Pixbuf pixbuf { get; set; } ;
public weak Gdk.Pixbuf pixbuf_expander_closed { get; set; } ;
public weak Gdk.Pixbuf pixbuf_expander_open { get; set; } ;
public weak string stock_detail { get; set; } ;
public weak string stock_id { get; set; } ;
public weak uint stock_size { get; set; } ;
Created by Valadoc