gtkWindowBeginResizeDrag        package:RGtk2        R Documentation

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

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

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

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

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

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

  'edge': ['GdkWindowEdge']  position of the resize control

'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

