gtkSelectionOwnerSetForDisplay     package:RGtk2     R Documentation

_g_t_k_S_e_l_e_c_t_i_o_n_O_w_n_e_r_S_e_t_F_o_r_D_i_s_p_l_a_y

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

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

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

     gtkSelectionOwnerSetForDisplay(display, widget = NULL, selection, time = "GDK_CURRENT_TIME")

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

'display': ['GdkDisplay']  the 'Gdkdisplay' where the selection is set 

'widget': ['GtkWidget']  new selection owner (a 'GdkWidget'), or
          'NULL'.

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

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

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

     Since  2.2

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

     [logical]  TRUE if the operation succeeded

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

     Derived by RGtkGen from GTK+ documentation

