[Elm] Segment control now a layout, too.

SVN revision: 70730
This commit is contained in:
Gustavo Lima Chaves 2012-05-03 22:43:26 +00:00
parent 37a03c7fb9
commit f25dde70e9
2 changed files with 472 additions and 413 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,8 +18,12 @@
* Only one segment item can be at selected state. A segment item can display
* combination of Text and any Evas_Object like Images or other widget.
*
* Smart callbacks one can listen to:
* - "changed" - When the user clicks on a segment item which is not
* This widget inherits from the @ref Layout one, so that all the
* functions acting on it also work for segment control objects.
*
* This widget emits the following signals, besides the ones sent from
* @ref Layout:
* - @c "changed" - When the user clicks on a segment item which is not
* previously selected and get selected. The event_info parameter is the
* segment item pointer.
*