GtkCellView              package:RGtk2              R Documentation

_G_t_k_C_e_l_l_V_i_e_w

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

     A widget displaying a single row of a GtkTreeModel

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

     'gtkCellViewNew(show = TRUE)'
      'gtkCellViewNewWithText(text)'
      'gtkCellViewNewWithMarkup(markup)'
      'gtkCellViewNewWithPixbuf(pixbuf)'
      'gtkCellViewSetModel(object, model = NULL)'
      'gtkCellViewSetDisplayedRow(object, path = NULL)'
      'gtkCellViewGetDisplayedRow(object)'
      'gtkCellViewGetSizeOfRow(object, path)'
      'gtkCellViewSetBackgroundColor(object, color)'
      'gtkCellViewGetCellRenderers(object)'
      'gtkCellView(show = TRUE)'

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

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkCellView 

_I_n_t_e_r_f_a_c_e_s:

     GtkCellView implements AtkImplementorIface,  'GtkBuildable' and 
     'GtkCellLayout'.

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

     A 'GtkCellView' displays a single row of a 'GtkTreeModel', using
     cell renderers just like 'GtkTreeView'. 'GtkCellView' doesn't
     support some of the more complex features of 'GtkTreeView', like
     cell editing and drag and drop.

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


     '_G_t_k_C_e_l_l_V_i_e_w' _undocumented _


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

     'gtkCellView' is the equivalent of 'gtkCellViewNew'.

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


     '_b_a_c_k_g_r_o_u_n_d' [_c_h_a_r_a_c_t_e_r : _W_r_i_t_e] Background color as a string. 
          Default value: NULL


     '_b_a_c_k_g_r_o_u_n_d-_g_d_k' ['_G_d_k_C_o_l_o_r' : _R_e_a_d / _W_r_i_t_e] Background color as a
          GdkColor.


     '_b_a_c_k_g_r_o_u_n_d-_s_e_t' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether this tag affects
          the background color.  Default value: FALSE


     '_m_o_d_e_l' ['_G_t_k_T_r_e_e_M_o_d_e_l' : _R_e_a_d / _W_r_i_t_e] The model for cell view

          since 2.10  


_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/GtkCellView.html>

