diff options
author | David Walter Seikel | 2014-05-03 18:35:01 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-03 18:35:01 +1000 |
commit | ad8e1cf2ec1c4710635480afabbf5d7b298e6d25 (patch) | |
tree | 246d40f3c06a09074bfe60a2e876a284e3431fbe | |
parent | Move non GL_View stuff from gld -> ourGlobals. Plus some white space fixes. (diff) | |
download | SledjHamr-ad8e1cf2ec1c4710635480afabbf5d7b298e6d25.zip SledjHamr-ad8e1cf2ec1c4710635480afabbf5d7b298e6d25.tar.gz SledjHamr-ad8e1cf2ec1c4710635480afabbf5d7b298e6d25.tar.bz2 SledjHamr-ad8e1cf2ec1c4710635480afabbf5d7b298e6d25.tar.xz |
Using elm_obj_widget_part_text_set() works, but it's really private API that goes away soon.
Seems they left that out of the EO conversion.
-rw-r--r-- | src/GuiLua/GuiLua.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GuiLua/GuiLua.c b/src/GuiLua/GuiLua.c index d9d2541..dc86bd3 100644 --- a/src/GuiLua/GuiLua.c +++ b/src/GuiLua/GuiLua.c | |||
@@ -228,6 +228,7 @@ static int widget(lua_State *L) | |||
228 | 228 | ||
229 | elm_object_part_text_set(wid->obj, NULL, wid->label); | 229 | elm_object_part_text_set(wid->obj, NULL, wid->label); |
230 | eo_do(wid->obj, | 230 | eo_do(wid->obj, |
231 | // elm_obj_widget_part_text_set(NULL, wid->label), | ||
231 | evas_obj_size_set(w, h), | 232 | evas_obj_size_set(w, h), |
232 | evas_obj_position_set(x, y), | 233 | evas_obj_position_set(x, y), |
233 | evas_obj_visibility_set(EINA_TRUE), | 234 | evas_obj_visibility_set(EINA_TRUE), |