git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@360 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-16 10:38:37 +00:00
parent ff5005f4e7
commit ba4010eb52
3 changed files with 17 additions and 10 deletions

View File

@@ -24,17 +24,19 @@ MWDECL MwClass MwListBoxClass;
* %param handle Widget
* %param index Index
* %param text Text
* %param pixmap Pixmap
*/
MWDECL void MwListBoxInsert(MwWidget handle, int index, const char* text);
MWDECL void MwListBoxInsert(MwWidget handle, int index, const char* text, MwLLPixmap pixmap);
/*!
* %brief Inserts multiple items on the listbox
* %param handle Widget
* %param index Index
* %param text Text
* %param pixmap Pixmap
* %param count Count
*/
MWDECL void MwListBoxInsertMultiple(MwWidget handle, int index, char** text, int count);
MWDECL void MwListBoxInsertMultiple(MwWidget handle, int index, char** text, MwLLPixmap* pixmap, int count);
/*!
* %brief Deletes item from the listbox