-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Hi upgradeQ - first off thank you VERY much for your great tutorial/cheatsheet - it has helped me wrap my head around the various OBS objects. I have a question you might be able to answer - let me first setup the problem. I have a string list stored programmatically (e.g. from a pandas dataframe), let's say list_items = ["Item 1", "Item 2", "Item 3"]. I noticed that the regular list/combo-box has the function obs_obs_property_list_add_string(obs_property_t *p, const char *name, const char *val) to insert items. My question is if you are familiar with how to do likewise for the editable list? I can't find much in the documentation regarding this. Thank you for your help and advice!
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested