gtkClipboardGet            package:RGtk2            R Documentation

_g_t_k_C_l_i_p_b_o_a_r_d_G_e_t

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

     Returns the clipboard object for the given selection. See
     'gtkClipboardGetForDisplay' for complete details.

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

     gtkClipboardGet(selection = "GDK_SELECTION_CLIPBOARD")

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

'selection': ['GdkAtom']  a 'GdkAtom' which identifies the clipboard to
          use.

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

     ['GtkClipboard']  the appropriate clipboard object. If no
     clipboard already exists, a new one will be created. Once a
     clipboard object has been created, it is persistent and.

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

     Derived by RGtkGen from GTK+ documentation

