gtkWidgetGetClipboard         package:RGtk2         R Documentation

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

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

     Returns the clipboard object for the given selection to be used
     with 'widget'. 'widget' must have a 'GdkDisplay' associated with
     it, so must be attached to a toplevel window.

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

     gtkWidgetGetClipboard(object, selection)

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

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

'selection': ['GdkAtom']  a 'GdkAtom' which identifies the clipboard to
          use. 'GDK_SELECTION_CLIPBOARD' gives the default clipboard.
          Another common value is 'GDK_SELECTION_PRIMARY', which gives
          the primary X selection. 

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

     Since  2.2

_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 for all time.

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

     Derived by RGtkGen from GTK+ documentation

