Method
GtkWindowbegin_move_drag
Declaration [src]
void
gtk_window_begin_move_drag (
GtkWindow* window,
gint button,
gint root_x,
gint root_y,
guint32 timestamp
)
Description [src]
Starts moving a window. This function is used if an application has window movement grips. When GDK can support it, the window movement will be done using the standard mechanism for the [window manager][gtk-X11-arch] or windowing system. Otherwise, GDK will try to emulate window movement, potentially not all that well, depending on the windowing system.