Hi all:

I have some problem when I want to use the edje for my bg.
I modify some code in the test_bg.c in elementary.
======================================
bg = elm_bg_add(win);
snprintf(buf, sizeof(buf), "%s/objects/test.edj", PACKAGE_DATA_DIR);
elm_bg_file_set(bg, buf, "layout");
evas_object_size_hint_weight_set(bg, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
elm_win_resize_object_add(win, bg);
evas_object_show(bg);
=======================================

I can't see anything when I try to run it.
Is there anything wrong?
------------------------------------------------------------------------------

_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to