gdkWindowBeginResizeDrag        package:RGtk2        R Documentation

_g_d_k_W_i_n_d_o_w_B_e_g_i_n_R_e_s_i_z_e_D_r_a_g

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

     Begins a window resize operation (for a toplevel window). You
     might use this function to implement a "window resize grip," for
     example; in fact 'GtkStatusbar' uses it. 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:

     gdkWindowBeginResizeDrag(object, edge, button, root.x, root.y, timestamp)

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

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

  'edge': ['GdkWindowEdge']  the edge or corner from which the drag is
          started

'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
          (use 'gdkEventGetTime')

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

     Derived by RGtkGen from GTK+ documentation

