Handbook
Glossary
gtk_combo_box_text_insert ( combo_box_text position id text -- )
Vocabulary
gtk3
.
ffi
Inputs
combo_box_text
an
object
position
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_insert
( GtkComboBoxText* combo_box_text,
gint
position, gchar* id,
gchar* text )