diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2019-10-28 09:48:42 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2019-10-28 09:48:42 +0100 |
commit | 868ed775486f927a2608f6bf04172a968aaaa9a2 (patch) | |
tree | 33e919eaec1a83b9e19aae7fec26dbd5d33f8303 | |
parent | d57c8e2d28df7a6648b85c44115677c2ad565a27 (diff) |
-rw-r--r-- | reference/c/ui/src/ui_container.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/reference/c/ui/src/ui_container.c b/reference/c/ui/src/ui_container.c index 81288a8..0c7270a 100644 --- a/reference/c/ui/src/ui_container.c +++ b/reference/c/ui/src/ui_container.c | |||
@@ -6,7 +6,7 @@ | |||
6 | #include <efl_ui_text.eo.h> | 6 | #include <efl_ui_text.eo.h> |
7 | 7 | ||
8 | /* | 8 | /* |
9 | * Efl.UI container exmaples. | 9 | * Efl.UI container examples. |
10 | * | 10 | * |
11 | * Load and pack a selection of containers. | 11 | * Load and pack a selection of containers. |
12 | * Each has it's own unique layout and methods which are demonstrated below. | 12 | * Each has it's own unique layout and methods which are demonstrated below. |
@@ -17,7 +17,6 @@ | |||
17 | * TODO - still ELM Conformant | 17 | * TODO - still ELM Conformant |
18 | * TODO - still ELM Mapbuf | 18 | * TODO - still ELM Mapbuf |
19 | * TODO - still ELM Scroller | 19 | * TODO - still ELM Scroller |
20 | * TODO - still ELM Table | ||
21 | */ | 20 | */ |
22 | 21 | ||
23 | // quit the app, called if the user clicks the Quit button or the window is deleted | 22 | // quit the app, called if the user clicks the Quit button or the window is deleted |