gtkSelectionClear           package:RGtk2           R Documentation

_g_t_k_S_e_l_e_c_t_i_o_n_C_l_e_a_r

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

     The default handler for the GtkWidget::selection_clear_event
     signal. *WARNING: 'gtk_selection_clear' has been deprecated since
     version 2.4 and should not be used in newly-written code. Instead
     of calling this function, chain up from your selection_clear_event
     handler. Calling this function from any other context is illegal.*

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

     gtkSelectionClear(object, event)

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

'object': ['GtkWidget']  a 'GtkWidget'

 'event': ['GdkEventSelection']  the event

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

     Since  2.2

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

     [logical] 'TRUE' if the event was handled, otherwise false

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

     Derived by RGtkGen from GTK+ documentation

