mdebase/mpanel/separator/module.c

9 lines
221 B
C
Raw Normal View History

2025-12-17 22:56:15 +09:00
#include <Mw/Milsko.h>
2025-12-24 23:42:12 +09:00
#include <xemil.h>
2025-12-17 22:56:15 +09:00
2025-12-24 23:42:12 +09:00
void module(MwWidget box, xl_node_t* node) {
2025-12-17 22:56:15 +09:00
MwVaCreateWidget(MwSeparatorClass, "separator", box, 0, 0, 0, 0,
MwNfixedSize, 10,
MwNorientation, MwVERTICAL,
NULL);
}