functional listbox

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@328 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-10-14 16:41:38 +00:00
commit c30431f166
8 changed files with 236 additions and 33 deletions

View file

@ -18,6 +18,14 @@ extern "C" {
*/
MWDECL MwClass MwListBoxClass;
/*!
* %brief Inserts item on the listbox
* %param handle Widget
* %param index Index
* %param text Text
*/
MWDECL void MwListBoxInsert(MwWidget handle, int index, const char* text);
#ifdef __cplusplus
}
#endif