gtk+-2.0 Reference Manual

Synopsis

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

CellRendererPixbuf Description

Details

Constructor Details

CellRendererPixbuf ()
    public                              CellRendererPixbuf        (  ) ;		

Field Details

Signal Details

Property Details

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

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

pixbuf
    public    weak Gdk.Pixbuf           pixbuf                    { get; set; } ;		

pixbuf_expander_closed
    public    weak Gdk.Pixbuf           pixbuf_expander_closed    { get; set; } ;		

pixbuf_expander_open
    public    weak Gdk.Pixbuf           pixbuf_expander_open      { get; set; } ;		

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

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

stock_size
    public    weak uint                 stock_size                { get; set; } ;		

Method Details


Created by Valadoc