document some of lowlevel functions

This commit is contained in:
Nishi 2026-04-27 13:45:39 +09:00
commit c56bea32ed
6 changed files with 60 additions and 11 deletions

View file

@ -1087,3 +1087,5 @@ void MwSetUser(MwWidget handle, void* user) {
void* MwGetUser(MwWidget handle) {
return handle->user;
}
const char* MwVersionString = MwVERSION;