Handbook
Glossary
gdk_window_begin_move_drag ( window button root_x root_y timestamp -- )
Vocabulary
gdk2
.
ffi
Inputs
window
an
object
button
an
object
root_x
an
object
root_y
an
object
timestamp
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gdk2.ffi
LIBRARY:
gdk2
FUNCTION:
void
gdk_window_begin_move_drag
( GdkWindow* window,
gint
button,
gint
root_x,
gint
root_y,
guint32
timestamp )