rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=1ba983a87b0221702cf5155bee595e15e76c539e

commit 1ba983a87b0221702cf5155bee595e15e76c539e
Author: Vitalii Vorobiov <vi.vorob...@samsung.com>
Date:   Tue Dec 15 16:22:37 2015 +0200

    demo_group: part list of swallows and text specifically for live view mode
---
 src/bin/Makefile.am     |  1 +
 src/bin/ui/demo_group.c | 18 ++++++++++++++++++
 src/bin/ui/demo_group.h | 29 +++++++++++++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
index f22c1cf..011cc52 100644
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -27,6 +27,7 @@ libete_a_SOURCES = \
 ../../src/bin/editor/editor_text.c \
 ../../src/bin/ui/history_ui.c \
 ../../src/bin/ui/group_navigator.c \
+../../src/bin/ui/demo_group.c \
 ../../src/bin/ui/cursor.c \
 ../../src/bin/ui/menu.c \
 ../../src/bin/ui/main_window.c \
diff --git a/src/bin/ui/demo_group.c b/src/bin/ui/demo_group.c
new file mode 100644
index 0000000..5395e3e
--- /dev/null
+++ b/src/bin/ui/demo_group.c
@@ -0,0 +1,18 @@
+/*
+ * Edje Theme Editor
+ * Copyright (C) 2013-2015 Samsung Electronics.
+ *
+ * This file is part of Edje Theme Editor.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; If not, see www.gnu.org/licenses/lgpl.html.
+ */
diff --git a/src/bin/ui/demo_group.h b/src/bin/ui/demo_group.h
new file mode 100644
index 0000000..baf160c
--- /dev/null
+++ b/src/bin/ui/demo_group.h
@@ -0,0 +1,29 @@
+/*
+ * Edje Theme Editor
+ * Copyright (C) 2013-2015 Samsung Electronics.
+ *
+ * This file is part of Edje Theme Editor.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; If not, see www.gnu.org/licenses/lgpl.html.
+ */
+
+#ifndef DEMO_GROUP_H
+#define DEMO_GROUP_H
+
+/**
+ * @defgroup Partlist Partlist
+ *
+ * @ingroup EFLETE
+ */
+
+#endif /* DEMO_GROUP_H */

-- 


Reply via email to