ferme #403: a new layout in elementary for genlist

SVN revision: 41816
This commit is contained in:
Jonathan Atton 2009-08-16 11:14:39 +00:00
parent 1a30473392
commit b0bbf7348b
2 changed files with 1148 additions and 85 deletions

File diff suppressed because it is too large Load Diff

View File

@ -679,6 +679,7 @@ extern "C" {
/* available item styles:
* default
* double_label
* icon_top_text_bottom
*/
/* smart callbacks called:
* "clicked" - when the user double-clicked an item
@ -724,7 +725,7 @@ extern "C" {
EAPI Evas_Object *elm_pager_content_top_get(Evas_Object *obj);
/* smart callbacks called:
*/
EAPI Evas_Object *elm_fileselector_add(Evas_Object *parent);
EAPI const char* elm_fileselector_selected_get(Evas_Object *obj);
EAPI void elm_fileselector_path_set(Evas_Object *obj, const char *path);