mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 06:32:42 +00:00
Removed not-implemented jlistbox methods.
This commit is contained in:
parent
91174456cd
commit
d19321981d
@ -37,10 +37,6 @@
|
||||
JWidget jlistbox_new();
|
||||
JWidget jlistitem_new(const char *text);
|
||||
|
||||
void jlistbox_add_string(JWidget listbox, const char *text);
|
||||
void jlistbox_delete_string(JWidget listbox, int index);
|
||||
int jlistbox_find_string(JWidget listbox, const char *text);
|
||||
|
||||
JWidget jlistbox_get_selected_child(JWidget listbox);
|
||||
int jlistbox_get_selected_index(JWidget listbox);
|
||||
void jlistbox_select_child(JWidget listbox, JWidget listitem);
|
||||
|
Loading…
x
Reference in New Issue
Block a user