[elementary] Documenting/exemplyfing flip selector's API:
authorGustavo Lima Chaves <glima@profusion.mobi>
Mon, 11 Jul 2011 21:06:04 +0000 (21:06 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Mon, 11 Jul 2011 21:06:04 +0000 (21:06 +0000)
commitb2dd8c506dfe5f2dceb2ae8f7e90b486e767c1c3
tree13249863c2e68e587a0a72a4365329b506cc8049
parent5b48e5795aba37c8338a0909a194be3dd22f6eff
[elementary] Documenting/exemplyfing flip selector's API:
 - elm_flipselector_add
 - elm_flipselector_first_item_get
 - elm_flipselector_flip_next
 - elm_flipselector_flip_prev
 - elm_flipselector_interval_get
 - elm_flipselector_interval_set
 - elm_flipselector_item_append
 - elm_flipselector_item_del
 - elm_flipselector_item_label_get
 - elm_flipselector_item_label_set
 - elm_flipselector_item_next_get
 - elm_flipselector_item_prepend
 - elm_flipselector_item_prev_get
 - elm_flipselector_item_selected_get
 - elm_flipselector_item_selected_set
 - elm_flipselector_items_get
 - elm_flipselector_last_item_get
 - elm_flipselector_selected_item_get

SVN revision: 61256
doc/examples.dox
doc/img/screenshots/flipselector_example.eps [new file with mode: 0644]
doc/img/screenshots/flipselector_example.png [new file with mode: 0644]
src/examples/Makefile.am
src/examples/flipselector_example.c [new file with mode: 0644]
src/lib/Elementary.h.in
src/lib/elm_flipselector.c