New widget: Hoverlist.
authorGustavo Lima Chaves <glima@profusion.mobi>
Tue, 19 Oct 2010 20:21:53 +0000 (20:21 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Tue, 19 Oct 2010 20:21:53 +0000 (20:21 +0000)
commitdd8b3e5f715cebaa298c4815d390c398e64c0025
treee9df55b53d69e76b53819fe738f360c2c4735970
parenta9dc5e4f16a5336db319e7b3fadba0926df2886f
New widget: Hoverlist.

This is one more widget whose idea came from Samsung Electronics.  Its
first name was "context popup". There was no common agreement on a
name for it, so... Trator mode, for now (using hoversel as a pattern).
If you have a better name suggestion for it, just change it -- but
soon, due to releasing plans (in a mailbox near in a jiffy).

While for hoversels you populate slots with thingies to later choose
one of them, which will hover up for you, with hoverlists you get a
single hovering list. It will smartly place this -- unique -- list
onto a fitting place inside its parent widget view. Just call
evas_object_show() on it, anytime you want (like for notifies).

SVN revision: 53644
12 files changed:
data/themes/Makefile.am
data/themes/default.edc
data/themes/icon_arrow_down_left.png [new file with mode: 0644]
data/themes/icon_arrow_down_right.png [new file with mode: 0644]
data/themes/icon_arrow_up_left.png [new file with mode: 0644]
data/themes/icon_arrow_up_right.png [new file with mode: 0644]
src/bin/Makefile.am
src/bin/test.c
src/bin/test_hoverlist.c [new file with mode: 0644]
src/lib/Elementary.h.in
src/lib/Makefile.am
src/lib/elc_hoverlist.c [new file with mode: 0644]