gtkWindowBeginMoveDrag         package:RGtk2         R Documentation

_g_t_k_W_i_n_d_o_w_B_e_g_i_n_M_o_v_e_D_r_a_g

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

     Starts moving a window. This function is used if an application
     has window movement grips. When GDK can support it, the window
     movement will be done using the standard mechanism for the window
     manager or windowing system. Otherwise, GDK will try to emulate
     window movement, potentially not all that well, depending on the
     windowing system.

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

     gtkWindowBeginMoveDrag(object, button, root.x, root.y, timestamp)

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

'object': ['GtkWindow']  a 'GtkWindow'

'button': [integer]  mouse button that initiated the drag

'root.x': [integer]  X position where the user clicked to initiate the
          drag, in root window coordinates

'root.y': [integer]  Y position where the user clicked to initiate the
          drag

'timestamp': [numeric]  timestamp from the click event that initiated
          the drag

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

     Derived by RGtkGen from GTK+ documentation

