add reload
This commit is contained in:
parent
ef89c2dac9
commit
9aaf59b94f
7 changed files with 110 additions and 6 deletions
|
|
@ -6,3 +6,7 @@ MwWidget module(MwWidget box, xl_node_t* node) {
|
|||
|
||||
return b;
|
||||
}
|
||||
|
||||
void module_destroy(MwWidget box, MwWidget user) {
|
||||
MwDestroyWidget(user);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue