Handbook
Glossary
gtk_combo_box_text_append ( combo_box_text id text -- )
Vocabulary
gtk3
.
ffi
Inputs
combo_box_text
an
object
id
an
object
text
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_combo_box_text_append
( GtkComboBoxText* combo_box_text, gchar* id, gchar* text )