add reload

This commit is contained in:
Nishi 2025-12-28 18:06:55 +09:00
commit 9aaf59b94f
Signed by: nishi
GPG key ID: 27EF69B208EB9343
7 changed files with 110 additions and 6 deletions

View file

@ -6,3 +6,7 @@ MwWidget module(MwWidget box, xl_node_t* node) {
return b;
}
void module_destroy(MwWidget box, MwWidget user) {
MwDestroyWidget(user);
}