efl/legacy/elementary
Hyoyoung Chang d1ab1c10e3 From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_gen{list, grid} - add elm_genlist_select_mode_set

As discussed in irc, I made a patch about unifying
always_select_mode_set and no_select_mode_set.

I'm introducing two apis in genlist (also in gengrid)

+EAPI void
+elm_genlist_select_mode_set(Evas_Object *obj,
Elm_Object_Select_Mode_Type mode)

+EAPI Elm_Object_Select_Mode_Type
+elm_genlist_select_mode_get(const Evas_Object *obj);

And added a enum in elm_general.h


+typedef enum
+{
+   ELM_OBJECT_NORMAL_SELECT = 0, /**< default select mode */
+   ELM_OBJECT_ALWAYS_SELECT, /**< always select mode */
+   ELM_OBJECT_NO_SELECT, /**< no select mode */
+
+   ELM_OBJECT_SELECT_MODE_MAX
+} Elm_Object_Select_Mode_Type;

After this is commited, i'll send a patch about examples and
edje_external.




SVN revision: 68937
2012-03-07 12:43:19 +00:00
..
config aaah bugger - i was wrong. 0 is sn, not mon. fix. now days start on 2012-03-07 12:03:13 +00:00
data From: chanwook jung <jchanwook@gmail.com> 2012-03-07 12:15:36 +00:00
doc elm diskselector: Reviewed diskselector. 2012-03-07 12:30:00 +00:00
m4 Elementary: Use eina_lock in elm_store 2011-11-05 17:49:11 +00:00
po elementary/po - updated 2012-03-07 08:44:54 +00:00
src From: Hyoyoung Chang <hyoyoung@gmail.com> 2012-03-07 12:43:19 +00:00
tests Add getter for elm_radio 2010-11-10 14:10:08 +00:00
.gitignore elm: Updated .gitignore. 2012-03-07 12:29:45 +00:00
AUTHORS From: Sumanth Krishna Mannam <sumanth.m@samsung.com> 2012-03-05 11:07:05 +00:00
COPYING fix errant word "either" in license. 2011-11-15 11:55:22 +00:00
COPYING.images Elm glayer: Added "Gesture Layer 2" test. 2011-11-09 10:46:04 +00:00
ChangeLog elementary becomes its own tree/lib/test binary 2008-09-30 06:58:56 +00:00
INSTALL From: Hyoyoung Chang <hyoyoung@gmail.com> 2011-12-28 12:54:59 +00:00
Makefile.am elementary: add make rule to generate screenshots of the examples. 2011-06-16 21:08:05 +00:00
NEWS elementary becomes its own tree/lib/test binary 2008-09-30 06:58:56 +00:00
README Update readme. 2012-03-06 02:51:57 +00:00
TODO elm: Use appropriate add/del_full for evas event callbacks. 2011-10-31 00:13:32 +00:00
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 2011-08-02 04:13:33 +00:00
configure.ac add -Wshadow to svn compile flags 2012-03-07 00:23:57 +00:00
elementary.pc.in oops - EMAP_* still there. remove. 2011-12-19 12:17:15 +00:00
elementary.spec.in Adjust spec to existing modules. 2011-09-03 17:57:36 +00:00

README

Elementary - a basic widget set library that is easy to use and is based on EFL.
It provides the basic building blocks for creating applications and user interfaces.

For more details about elementary widgets and how to use them kindly refer to the
following link.

http://docs.enlightenment.org/auto/elementary/