Elm genlist: new item style : default_style. The text part is a textblock instead of a text.

SVN revision: 43233
This commit is contained in:
Jonathan Atton 2009-10-23 19:24:57 +00:00
parent da355f2db2
commit d343eb188a
2 changed files with 1152 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -792,6 +792,7 @@ extern "C" {
EAPI void elm_genlist_no_select_mode_set(Evas_Object *obj, Eina_Bool no_select);
/* available item styles:
* default
* default_style - The text part is a textblock
* double_label
* icon_top_text_bottom
*/