Skip to content

Add Items to Editable List via Script?  #11

@jdbodyfelt

Description

@jdbodyfelt

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

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions