Handbook
Glossary
gtk_editable_get_chars ( editable start_pos end_pos -- gchar* )
Vocabulary
gtk2
.
ffi
Inputs
editable
an
object
start_pos
an
object
end_pos
an
object
Outputs
gchar*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
gchar*
gtk_editable_get_chars
( GtkEditable* editable,
gint
start_pos,
gint
end_pos )