Method
Gtk Windowbegin_resize_drag
Declaration [src]
void
gtk_window_begin_resize_drag(
GtkWindow*window,
GdkWindowEdgeedge,
gintbutton,
gintroot_x,
gintroot_y,
guint32timestamp
)
Description [src]
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][gtk-X11-arch] or windowing system. Otherwise, GDK will try to emulate window resizing, potentially not all that well, depending on the windowing system.
Parameters
edge-
Type:
Position of the resize control.
button-
Type:
gintMouse button that initiated the drag.
root_x-
Type:
gintX position where the user clicked to initiate the drag, in root window coordinates.
root_y-
Type:
gintY position where the user clicked to initiate the drag.
timestamp-
Type:
guint32Timestamp from the click event that initiated the drag.