What language binding is that?
In any case, the model used by gtk_drop_down_new_from_string()
is a GtkStringList
, a list model of GtkStringObject
items. You can retrieve the string out of the object using your binding’s wrapper for gtk_string_object_get_string()
, or accessing the GtkStringObject:string
property.