Handbook
Glossary
gtk_window_begin_resize_drag ( window edge button root_x root_y timestamp -- )
Vocabulary
gtk2
.
ffi
Inputs
window
an
object
edge
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
gdk2.ffi
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_window_begin_resize_drag
( GtkWindow* window,
GdkWindowEdge
edge,
gint
button,
gint
root_x,
gint
root_y,
guint32
timestamp )