git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@131 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-10-02 02:17:27 +00:00
commit 81c47a9733
10 changed files with 225 additions and 35 deletions

View file

@ -25,7 +25,7 @@ MWDECL MwClass MwMenuClass;
* %param name Menu name
* %return Menu
*/
MWDECL void* MwMenuAdd(MwWidget handle, void* menu, const char* name);
MWDECL MwMenu MwMenuAdd(MwWidget handle, MwMenu menu, const char* name);
#ifdef __cplusplus
}