[elementary] Documenting/exemplyfing flip selector's API:
authorglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 11 Jul 2011 21:06:04 +0000 (21:06 +0000)
committerglima <glima@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 11 Jul 2011 21:06:04 +0000 (21:06 +0000)
commit14ba5d33a5c0b2a7358a1f1e62f1778e2f5ce866
tree13249863c2e68e587a0a72a4365329b506cc8049
parent9a38f5a075ea0aae8404d6604e1da034f7c890a3
[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

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61256 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
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