fix for listbox stuff

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@434 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-20 22:00:02 +00:00
parent ebc674f403
commit 4bcd6dd923

View File

@@ -46,7 +46,7 @@ void MwListBoxInsertMultiple(MwWidget handle, int index, int count, MwLLPixmap*
* %param pixmap Pixmap
* %param va Text
*/
void MwListBoxVaInsert(MwWidget handle, int index, MwLLPixmap pixmap, va_list va);
MWDECL void MwListBoxVaInsert(MwWidget handle, int index, MwLLPixmap pixmap, va_list va);
/*!
* %brief Inserts multiple items on the listbox
@@ -56,7 +56,7 @@ void MwListBoxVaInsert(MwWidget handle, int index, MwLLPixmap pixmap, va_list va
* %param pixmap Pixmap
* %param va Text
*/
void MwListBoxVaInsertMultiple(MwWidget handle, int index, int count, MwLLPixmap* pixmap, va_list va);
MWDECL void MwListBoxVaInsertMultiple(MwWidget handle, int index, int count, MwLLPixmap* pixmap, va_list va);
/*!
* %brief Deletes item from the listbox