begin_resize_drag
Description:
public void begin_resize_drag (WindowEdge edge, int button, int root_x, int root_y, uint32 timestamp)
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.
Parameters:
this |
a Window |
edge |
position of the resize control |
button |
mouse button that initiated the drag |
root_x |
X position where the user clicked to initiate the drag, in root window coordinates |
root_y |
Y position where the user clicked to initiate the drag |
timestamp |
timestamp from the click event that initiated the drag |