Example: Add more content for the main examples

This commit is contained in:
Andy Williams 2018-01-01 22:07:36 +00:00
parent 68475cb28f
commit 83eaa3db84
3 changed files with 41 additions and 1 deletions

View File

@ -1,8 +1,18 @@
data { data {
item: "hellogui.title" "C EFL Beta Hello World"; item: "hellogui.title" "C EFL Beta Hello World";
item: "hellogui.directory" "tutorials/c/hellogui/"; item: "hellogui.directory" "tutorials/c/hellogui/";
item: "hellogui.description" item: "hellogui.description"
"Hello World using the EFL Beta APIs"; "Hello World using the EFL Beta APIs";
item: "life.title" "C EFL Beta Game of Life";
item: "life.directory" "apps/c/life/";
item: "life.description"
"Game of Life using the EFL Beta APIs";
item: "texteditor.title" "C EFL Beta Basic Text Editor";
item: "texteditor.directory" "apps/c/texteditor/";
item: "texteditor.description"
"A basic text editor app using the EFL Beta APIs";
} }
collections { collections {
@ -20,4 +30,34 @@ collections {
} }
} }
} }
group {
name: "life";
max: 128 128;
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;
parts {
part { name: "icon";
description { state: "default" 0.0;
max: 128 128;
images.image: "texteditor.png" COMP;
image.normal: "texteditor.png";
}
}
}
}
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB