Home
last modified time | relevance | path

Searched refs:boxHor2 (Results 1 – 1 of 1) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_label.c358 Evas_Object *win, *box, *txtblock,*bg, *boxHor, *boxHor2; member
486 app->boxHor2 = elm_box_add(app->box); in test_textblock_fit()
499 elm_box_horizontal_set(app->boxHor2, EINA_TRUE); in test_textblock_fit()
512 evas_object_show(app->boxHor2); in test_textblock_fit()
516 elm_box_pack_end(app->box, app->boxHor2); in test_textblock_fit()
532 app->lbl_status = elm_label_add(app->boxHor2); in test_textblock_fit()
534 elm_box_pack_end(app->boxHor2, app->lbl_status); in test_textblock_fit()