gtkDragSourceSet            package:RGtk            R Documentation

_S_e_t _a _w_i_d_g_e_t _a_s _a _p_o_t_e_n_t_i_a_l _d_r_o_p _s_o_u_r_c_e _o_r _d_e_s_t_i_n_a_t_i_o_n.

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

     These establish a widget as a drag and drop source or destination.

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

     gtkDragSourceSet(widget, flags, targets, actions)
     gtkDragDestSet(widget, flags, targets, actions)

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

  widget: the widget

   flags: the flags that specify what actions GTK+ should take on
          behalf of a widget for drops onto that widget. The targets
          and actions fields only are used if 'GTK_DEST_DEFAULT_MOTION'
          or 'GTK_DEST_DEFAULT_DROP' are given.

 targets: a pointer to an array of GtkTargetEntry indicating the drop
          types that this widget will accept.

 actions: a bitmask of possible actions for a drop onto this widget.

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

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

_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>.

_S_e_e _A_l_s_o:

     See the Gtk tutorial and API documents at <URL:
     http://developer.gnome.org/doc/API/gtk/gtk-drag-and-drop.html>

_E_x_a_m_p_l_e_s:

