elm test_genlist.c: Add homogeneous mode for genlist group test case.

SVN revision: 72909
This commit is contained in:
Daniel Juyung Seo 2012-06-27 03:23:48 +00:00
parent 2500a5248a
commit f4e1f3c0e5
1 changed files with 4 additions and 0 deletions

View File

@ -1486,6 +1486,10 @@ test_genlist8(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_in
elm_box_pack_end(bx, gl);
evas_object_show(gl);
// Use homogeneous mode for group index + homogeneous test.
// Homogeneous is not mandatory for group index.
elm_genlist_homogeneous_set(gl, EINA_TRUE);
itc1 = elm_genlist_item_class_new();
itc1->item_style = "default";
itc1->func.text_get = gl_text_get;