gtkDragBegin              package:RGtk2              R Documentation

_g_t_k_D_r_a_g_B_e_g_i_n

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

     Initiates a drag on the source side. The function only needs to be
     used when the application is starting drags itself, and is not
     needed when 'gtkDragSourceSet' is used.

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

     gtkDragBegin(object, targets, actions, button, event)

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

'object': ['GtkWidget']  the source widget.

'targets': ['GtkTargetList']  The targets (data formats) in which the
          source can provide the data.

'actions': ['GdkDragAction']  A bitmask of the allowed drag actions for
          this drag.

'button': [integer]  The button the user clicked to start the drag.

 'event': ['GdkEvent']  The event that triggered the start of the drag.

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

     ['GdkDragContext']  the context for this drag.

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

     Derived by RGtkGen from GTK+ documentation

