mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-07 01:49:47 +00:00
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:
@@ -46,7 +46,7 @@ void MwListBoxInsertMultiple(MwWidget handle, int index, int count, MwLLPixmap*
|
|||||||
* %param pixmap Pixmap
|
* %param pixmap Pixmap
|
||||||
* %param va Text
|
* %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
|
* %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 pixmap Pixmap
|
||||||
* %param va Text
|
* %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
|
* %brief Deletes item from the listbox
|
||||||
|
|||||||
Reference in New Issue
Block a user