gtkCellRendererStartEditing      package:RGtk2      R Documentation

_g_t_k_C_e_l_l_R_e_n_d_e_r_e_r_S_t_a_r_t_E_d_i_t_i_n_g

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

     Passes an activate event to the cell renderer for possible
     processing.

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

     gtkCellRendererStartEditing(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:

     ['GtkCellEditable']  A new 'GtkCellEditable', or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

