GtkCellRendererPixbuf         package:RGtk2         R Documentation

_G_t_k_C_e_l_l_R_e_n_d_e_r_e_r_P_i_x_b_u_f

_D_e_s_c_r_i_p_t_i_o_n:

     Renders a pixbuf in a cell

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkCellRendererPixbufNew()'
      'gtkCellRendererPixbuf()'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkCellRenderer
                          +----GtkCellRendererPixbuf 

_D_e_t_a_i_l_e_d _D_e_s_c_r_i_p_t_i_o_n:

     A 'GtkCellRendererPixbuf' can be used to render an image in a
     cell. It allows to render  either a given 'GdkPixbuf' (set via the
      pixbuf property) or a stock icon  (set via the stock-id
     property).

     To support the tree view, 'GtkCellRendererPixbuf' also supports
     rendering two alternative  pixbufs, when the is-expander property 
     is 'TRUE'. If the is-expanded property  is 'TRUE' and the 
     pixbuf-expander-open  property is set to a pixbuf, it renders that
     pixbuf, if the  is-expanded property is 'FALSE' and the 
     pixbuf-expander-closed  property is set to a pixbuf, it renders
     that one.

_S_t_r_u_c_t_u_r_e_s:


     '_G_t_k_C_e_l_l_R_e_n_d_e_r_e_r_P_i_x_b_u_f' _undocumented _


_C_o_n_v_e_n_i_e_n_t _C_o_n_s_t_r_u_c_t_i_o_n:

     'gtkCellRendererPixbuf' is the equivalent of
     'gtkCellRendererPixbufNew'.

_P_r_o_p_e_r_t_i_e_s:


     '_f_o_l_l_o_w-_s_t_a_t_e' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Specifies whether the
          rendered pixbuf should be colorized according to the
          'GtkCellRendererState'.  

          Default value: FALSE  Since  2.8


     '_i_c_o_n-_n_a_m_e' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] The name of the themed icon
          to display. This property only has an effect if not
          overridden by "stock_id"  or "pixbuf" properties.  

          Default value: NULL  Since  2.8 


     '_p_i_x_b_u_f' ['_G_d_k_P_i_x_b_u_f' : _R_e_a_d / _W_r_i_t_e] The pixbuf to render.


     '_p_i_x_b_u_f-_e_x_p_a_n_d_e_r-_c_l_o_s_e_d' ['_G_d_k_P_i_x_b_u_f' : _R_e_a_d / _W_r_i_t_e] Pixbuf for
          closed expander.


     '_p_i_x_b_u_f-_e_x_p_a_n_d_e_r-_o_p_e_n' ['_G_d_k_P_i_x_b_u_f' : _R_e_a_d / _W_r_i_t_e] Pixbuf for
          open expander.


     '_s_t_o_c_k-_d_e_t_a_i_l' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] Render detail to pass to
          the theme engine.  Default value: NULL


     '_s_t_o_c_k-_i_d' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] The stock ID of the stock
          icon to render.  Default value: NULL


     '_s_t_o_c_k-_s_i_z_e' [_n_u_m_e_r_i_c : _R_e_a_d / _W_r_i_t_e] The GtkIconSize value that
          specifies the size of the rendered icon.  Default value: 1


_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://developer.gnome.org/doc/API/2.0/gtk/GtkCellRendererPixbuf.html>

