add new signal for list/genlist/gengrid: "activated"
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 26 Jul 2011 01:49:24 +0000 (01:49 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 26 Jul 2011 01:49:24 +0000 (01:49 +0000)
commitdb47f927390a620d0b5e054dbe1b89893c97d429
tree27c5437d048223d26d189ff56a7f9a65853c8e03
parentdb96b8adae0d86e74c532059a612563e853d2f9b
add new signal for list/genlist/gengrid: "activated"
this signal is called whenever an item receives either a double click or selection+(enter/spacebar/return)

this commit also unifies the click/enter/spacebar/etc event api for these widgets, including removing the double click signal from keypress events and removing the 'clicked' signal from double click events

SVN revision: 61720
src/lib/Elementary.h.in
src/lib/elm_gengrid.c
src/lib/elm_genlist.c
src/lib/elm_list.c