gtkCellRendererEditingCanceled     package:RGtk2     R Documentation

_g_t_k_C_e_l_l_R_e_n_d_e_r_e_r_E_d_i_t_i_n_g_C_a_n_c_e_l_e_d

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

     Causes the cell renderer to emit the "editing-canceled" signal. 
     This function is for use only by implementations of cell renderers
     that need to notify the client program that an editing process was
     canceled and the changes were not committed. *WARNING:
     'gtk_cell_renderer_editing_canceled' is deprecated and should not
     be used in newly-written code. Use 'gtkCellRendererStopEditing'
     instead*

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

     gtkCellRendererEditingCanceled(object)

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

'object': ['GtkCellRenderer']  A 'GtkCellRenderer'

_D_e_t_a_i_l_s:

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

