Handbook
Glossary
gtk_scale_add_mark ( scale value position markup -- )
Vocabulary
gtk2
.
ffi
Inputs
scale
an
object
value
an
object
position
an
object
markup
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_scale_add_mark
( GtkScale* scale,
gdouble
value,
GtkPositionType
position,
gchar* markup )