add reload
This commit is contained in:
parent
632d35afad
commit
ef89c2dac9
11 changed files with 283 additions and 121 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#include <Mw/Milsko.h>
|
||||
#include <xemil.h>
|
||||
|
||||
void module(MwWidget box, xl_node_t* node) {
|
||||
MwVaCreateWidget(MwSeparatorClass, "separator", box, 0, 0, 0, 0,
|
||||
MwNfixedSize, 10,
|
||||
MwNorientation, MwVERTICAL,
|
||||
NULL);
|
||||
MwWidget module(MwWidget box, xl_node_t* node) {
|
||||
return MwVaCreateWidget(MwSeparatorClass, "separator", box, 0, 0, 0, 0,
|
||||
MwNfixedSize, 10,
|
||||
MwNorientation, MwVERTICAL,
|
||||
NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue