gtkDragDestSet             package:RGtk2             R Documentation

_g_t_k_D_r_a_g_D_e_s_t_S_e_t

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

     Sets a widget as a potential drop destination.

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

     gtkDragDestSet(object, flags, targets, actions)

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

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

 'flags': ['GtkDestDefaults'] 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': ['GtkTargetEntry'] a pointer to a list of 'GtkTargetEntry's
          indicating the drop types that this widget will accept.

'actions': ['GdkDragAction'] a bitmask of possible actions for a drop
          onto this widget.

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

     Derived by RGtkGen from GTK+ documentation

