gdkWindowBeginMoveDrag         package:RGtk2         R Documentation

_g_d_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:

     Begins a window move operation (for a toplevel window).  You might
     use this function to implement a "window move grip," for example.
     The function works best with window managers that support the
     Extended  Window Manager Hints (<URL:
     http://www.org/Standards/wm-spec>), but has a fallback
     implementation for other window managers.

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

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

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

'object': ['GdkWindow']  a toplevel 'GdkWindow'

'button': [integer]  the button being used to drag

'root.x': [integer]  root window X coordinate of mouse click that began
          the drag

'root.y': [integer]  root window Y coordinate of mouse click that began
          the drag

'timestamp': [numeric]  timestamp of mouse click that began the drag

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

     Derived by RGtkGen from GTK+ documentation

