gtkTargetEntry             package:RGtk2             R Documentation

_C_r_e_a_t_e _a _n_e_w _t_a_r_g_e_t _f_o_r _d_r_a_g-_n-_d_r_o_p(?)

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

     *DEPRECATED!! (compatibility wrappers for RGtk 1!)* 

     This creates a new GtkTarget object. This is used in transferring
     data in the form of selections between processes or widgets.

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

     gtkTargetEntry(target, flags, info)
     gtkTargetEntryNew(target, flags, info)

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

  target: a string

   flags: an integer value

    info: an integer value

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

     This allocates a new GtkTargetEntry object in C and fills in the
     targer, flags and info fields.

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

     A reference to the newly creatd GtkTargetEntry.

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

     Duncan Temple Lang <duncan@research.bell-labs.com>

_R_e_f_e_r_e_n_c_e_s:

     Information on the package is available from <URL:
     http://www.omegahat.org/RGtk>.

     Information on Gtk is available from <URL: http://www.gtk.org>.

