edi/data/extra/examples/examples.edc

68 lines
1.7 KiB
Plaintext
Raw Normal View History

collections {
group {
name: "hellogui";
max: 128 128;
2018-01-02 14:02:41 -08:00
data {
item: "title" "C EFL Beta Hello World";
item: "path" "tutorials/c/hellogui/";
2018-01-02 14:02:41 -08:00
item: "description"
"Hello World using the EFL Beta APIs";
}
parts {
part { name: "icon";
description { state: "default" 0.0;
max: 128 128;
images.image: "hellogui.png" COMP;
image.normal: "hellogui.png";
}
}
}
}
group {
name: "life";
max: 128 128;
2018-01-02 14:02:41 -08:00
data {
item: "title" "C EFL Beta Game of Life";
item: "path" "apps/c/life/";
2018-01-02 14:02:41 -08:00
item: "description"
"Game of Life using the EFL Beta APIs";
}
parts {
part { name: "icon";
description { state: "default" 0.0;
max: 128 128;
images.image: "life.png" COMP;
image.normal: "life.png";
}
}
}
}
group {
name: "texteditor";
max: 128 128;
2018-01-02 14:02:41 -08:00
data {
item: "title" "C EFL Beta Basic Text Editor";
item: "path" "apps/c/texteditor/";
2018-01-02 14:02:41 -08:00
item: "description"
"A basic text editor app using the EFL Beta APIs";
}
parts {
part { name: "icon";
description { state: "default" 0.0;
max: 128 128;
images.image: "texteditor.png" COMP;
image.normal: "texteditor.png";
}
}
}
}
}