diff options
Diffstat (limited to 'src/YalpClients/EflClient/yalp_gui.edc')
| -rw-r--r-- | src/YalpClients/EflClient/yalp_gui.edc | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/src/YalpClients/EflClient/yalp_gui.edc b/src/YalpClients/EflClient/yalp_gui.edc new file mode 100644 index 0000000..f895421 --- /dev/null +++ b/src/YalpClients/EflClient/yalp_gui.edc @@ -0,0 +1,69 @@ +collections +{ + group + { + name: "yalp"; + parts + { + part + { + name: "main"; + type: RECT; + mouse_events: 0; + description + { + state: "default" 0.0; + rel1 + { + relative: 0.0 0.0; + offset: 0 0; + } + rel2 + { + relative: 1.0 1.0; + offset: -1 -1; + } + } + } + part + { + name: "button"; + type: RECT; + mouse_events: 1; + + description + { + state: "default" 0.0; + min: 100 50; + max: 100 50; + align: 0.5 0.5; + + color: 211 168 234 255; + + rel1 { + relative, 0.0 0.0; + offset, 0 0; + } + rel2 { + relative, 1.0 1.0; + offset, -1 -1; + } + } + description { + state, "clicked" 0.0; + min, 100 50; + max, 100 50; + align, 0.5 0.5; + color, 170 89 214 255; + rel1 { + relative, 0.0 0.0; + offset, 0 0; + } + rel2 { + relative, 1.0 1.0; + offset, -1 -1; + } + } +} + + |
