gtkSelectionConvert          package:RGtk2          R Documentation

_g_t_k_S_e_l_e_c_t_i_o_n_C_o_n_v_e_r_t

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

     Requests the contents of a selection. When received,  a
     "selection_received" signal will be generated.

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

     gtkSelectionConvert(object, selection, target, time = "GDK_CURRENT_TIME")

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

'object': ['GtkWidget']  The widget which acts as requestor

'selection': ['GdkAtom']  Which selection to get

'target': ['GdkAtom']  Form of information desired (e.g., STRING)

  'time': [numeric]  Time of request (usually of triggering event) In
          emergency, you could use 'GDK_CURRENT_TIME'

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

     [logical] 'TRUE' if requested succeeded. 'FALSE' if we could not
     process request. (e.g., there was already a request in process for
     this widget).

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

     Derived by RGtkGen from GTK+ documentation

