gtkCellRendererRender         package:RGtk2         R Documentation

_g_t_k_C_e_l_l_R_e_n_d_e_r_e_r_R_e_n_d_e_r

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

     Invokes the virtual render function of the 'GtkCellRenderer'. The
     three passed-in rectangles are areas of 'window'. Most renderers
     will draw within 'cell.area'; the xalign, yalign, xpad, and ypad
     fields of the 'GtkCellRenderer' should be honored with respect to
     'cell.area'. 'background.area' includes the blank space around the
     cell, and also the area containing the tree expander; so the
     'background.area' rectangles for all cells tile to cover the
     entire 'window'.  'expose.area' is a clip rectangle.

_U_s_a_g_e:

     gtkCellRendererRender(object, window, widget, background.area, cell.area, expose.area, flags)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkCellRenderer']  a 'GtkCellRenderer'

'window': ['GdkWindow']  a 'GdkDrawable' to draw to

'widget': ['GtkWidget']  the widget owning 'window'

'background.area': ['GdkRectangle']  entire cell area (including tree
          expanders and maybe  padding on the sides)

'cell.area': ['GdkRectangle']  area normally rendered by a cell
          renderer

'expose.area': ['GdkRectangle']  area that actually needs updating

 'flags': ['GtkCellRendererState']  flags that affect rendering

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

     Derived by RGtkGen from GTK+ documentation

