gtkCellRendererActivate        package:RGtk2        R Documentation

_g_t_k_C_e_l_l_R_e_n_d_e_r_e_r_A_c_t_i_v_a_t_e

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

     Passes an activate event to the cell renderer for possible
     processing.   Some cell renderers may use events; for example,
     'GtkCellRendererToggle'  toggles when it gets a mouse click.

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

     gtkCellRendererActivate(object, event, widget, path, background.area, cell.area, flags)

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

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

 'event': ['GdkEvent']  a 'GdkEvent'

'widget': ['GtkWidget']  widget that received the event

  'path': [character]  widget-dependent string representation of the
          event location;  e.g. for 'GtkTreeView', a string
          representation of 'GtkTreePath'

'background.area': ['GdkRectangle']  background area as passed to
          'gtkCellRendererRender'

'cell.area': ['GdkRectangle']  cell area as passed to
          'gtkCellRendererRender'

 'flags': ['GtkCellRendererState']  render flags

_V_a_l_u_e:

     [logical] 'TRUE' if the event was consumed/handled

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

     Derived by RGtkGen from GTK+ documentation

