gtkSelectionOwnerSet          package:RGtk2          R Documentation

_g_t_k_S_e_l_e_c_t_i_o_n_O_w_n_e_r_S_e_t

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

     Claims ownership of a given selection for a particular widget, or,
     if 'widget' is 'NULL', release ownership of the selection.

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

     gtkSelectionOwnerSet(object, selection, time = "GDK_CURRENT_TIME")

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

'object': ['GtkWidget']   a 'GtkWidget', or 'NULL'.

'selection': ['GdkAtom']   an interned atom representing the selection
          to claim

  'time': [numeric]  timestamp with which to claim the selection

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

     [logical] 'TRUE' if the operation succeeded

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

     Derived by RGtkGen from GTK+ documentation

