Add cursor support on Elm using ecore_evas
authorBruno Dilly <bdilly@profusion.mobi>
Sat, 25 Sep 2010 22:01:19 +0000 (22:01 +0000)
committerBruno Dilly <bdilly@profusion.mobi>
Sat, 25 Sep 2010 22:01:19 +0000 (22:01 +0000)
commit5886c5c020008ffc0891b76765f0471dc8c8f6e1
treeba32e4c5ebbc9e7ddc4d696a5445eda107842d7d
parent5f5d6b52872eacf284e1a4fc633c906459268bb3
Add cursor support on Elm using ecore_evas

Basically, get the group from widget theme, using the string passed to
elm_object_cursor_set, get hot spots x and y from the theme (keeps the object
and these two integers on cursor struct).
Cursor is set with ecore_evas_object_cursor_set()

Some functions to change style were added to the api.

SVN revision: 52760
12 files changed:
data/themes/default.edc
src/bin/test.c
src/bin/test_cursor.c
src/lib/Elementary.h.in
src/lib/elm_gengrid.c
src/lib/elm_genlist.c
src/lib/elm_list.c
src/lib/elm_priv.h
src/lib/elm_toolbar.c
src/lib/elm_widget.c
src/lib/elm_widget.h
src/lib/els_cursor.c