Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add missing ComboBox features #4

Merged
merged 4 commits into from
Apr 3, 2020

Conversation

d4tocchini
Copy link
Owner

tabrath added 4 commits May 30, 2019 22:08
void uiComboboxDelete(uiCombobox *c, int n)
* Unix: gtk_combo_box_text_remove
* Windows: CB_DELETESTRING
* Darwin: NSPopUpButton.removeItemAtIndex
void uiComboboxClear(uiCombobox *c)
* Unix: gtk_combo_box_text_remove_all
* Windows: CB_RESETCONTENT
* Darwin: NSPopUpButton.removeAllItems
void uiComboboxInsertAt(uiComboBox *c, int n, const char *text)
* Unix: gtk_combo_box_insert
* Windows: CB_INSERTSTRING
* Darwin: NSArrayController.insert
@d4tocchini d4tocchini merged commit 9deee29 into d4tocchini:master Apr 3, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants