mpanel and separator widget
This commit is contained in:
parent
fb63f03884
commit
57a32b56b1
12 changed files with 191 additions and 10 deletions
9
mpanel/separator/module.c
Normal file
9
mpanel/separator/module.c
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue