Handbook
Glossary
gtk_arrow_new ( arrow_type shadow_type -- GtkWidget* )
Vocabulary
gtk2
.
ffi
Inputs
arrow_type
an
object
shadow_type
an
object
Outputs
GtkWidget*
an
object
Definition
USING:
alien.syntax
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
GtkWidget*
gtk_arrow_new
(
GtkArrowType
arrow_type,
GtkShadowType
shadow_type )