Handbook
Glossary
gtk_scale_new ( orientation adjustment -- GtkWidget* )
Vocabulary
gtk3
.
ffi
Inputs
orientation
an
object
adjustment
an
object
Outputs
GtkWidget*
an
object
Definition
USING:
alien.syntax
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
GtkWidget*
gtk_scale_new
(
GtkOrientation
orientation, GtkAdjustment* adjustment )