Better docs for available Genlist item styles

This commit is contained in:
Davide Andreoli 2014-12-25 13:15:23 +01:00
parent 19ecb703a5
commit d6ab0de2dd
2 changed files with 13 additions and 12 deletions

6
CODING
View File

@ -60,15 +60,15 @@ Release process instructions
release announcement for phame/ml.
* ssh to download.enlightenment.org and mv tarballs & md5sums to:
/srv/web/download.enlightenment.org/public_html/rel/bindings/python
* Upload to pypi
/srv/web/download.enlightenment.org/public_html/rel/bindings/python
* Upload the .tar.gz archive to pypi
* Create and push the tag for the release
git tag -a v1.9.0 && git push origin v1.9.0
* Create and push the branch for stable backporting
git branch python-efl-1.9 && git push origin python-efl-1.9
* Publish the blog post on phame (Official Announcements)
* Announce the release to release@lists.enlightenment.org
(an alias for e-announce etc.)
(an alias for e-announce etc.)
* Update download link on website (clone website/www.git, edit, commit, push)
* Change versions again in efl/__init__.py (ex: 1.9.99)

View File

@ -91,15 +91,16 @@ parameter described below. A brief description of these functions follows:
Available item styles:
- default
- default_style - The text part is a textblock
- double_label
- icon_top_text_bottom
- group_index
- one_icon - Only 1 icon (left) :since: 1.1
- end_icon - Only 1 icon (at end/right) :since: 1.1
- no_icon - No icon (at end/right) :since: 1.1
- ``default``
- ``default_style`` The text part is a textblock
- ``double_label`` Two different text parts
- ``icon_top_text_bottom``
- ``group_index``
- ``one_icon`` Only 1 icon (left) (since: 1.1)
- ``end_icon`` Only 1 icon (at end/right) (since: 1.1)
- ``no_icon`` No icon (since: 1.1)
- ``full`` Only one object, elm.swallow.content, which consumes whole area of
the genlist item (since: 1.7)
Structure of items
==================