mdebase/mpanel/separator/module.c

9 lines
235 B
C
Raw Normal View History

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