aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/woMan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/extantz/woMan.c')
-rw-r--r--src/extantz/woMan.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c
index ffb063c..0a3456b 100644
--- a/src/extantz/woMan.c
+++ b/src/extantz/woMan.c
@@ -274,14 +274,13 @@ fangWin *woMan_add(globals *ourGlobals)
274 tab = gridList; tab_it = elm_naviframe_item_push(nf, NULL, NULL, NULL, tab, NULL); elm_naviframe_item_title_enabled_set(tab_it, EINA_FALSE, EINA_TRUE); elm_toolbar_item_append(tb, NULL, "Grids", _promote, tab_it); 274 tab = gridList; tab_it = elm_naviframe_item_push(nf, NULL, NULL, NULL, tab, NULL); elm_naviframe_item_title_enabled_set(tab_it, EINA_FALSE, EINA_TRUE); elm_toolbar_item_append(tb, NULL, "Grids", _promote, tab_it);
275 elm_box_pack_end(bx, nf); 275 elm_box_pack_end(bx, nf);
276 276
277 bt = eo_add(ELM_OBJ_BUTTON_CLASS, me->win); 277 bt = eo_add(ELM_OBJ_BUTTON_CLASS, me->win,
278 elm_object_text_set(bt, "Login"); // No eo interface for this that I can find.
279 eo_do(bt,
280// evas_obj_text_set("Login"), 278// evas_obj_text_set("Login"),
281 evas_obj_size_hint_align_set(EVAS_HINT_FILL, EVAS_HINT_FILL), 279 evas_obj_size_hint_align_set(EVAS_HINT_FILL, EVAS_HINT_FILL),
282 evas_obj_size_hint_weight_set(EVAS_HINT_EXPAND, 0.0), 280 evas_obj_size_hint_weight_set(EVAS_HINT_EXPAND, 0.0),
283 evas_obj_visibility_set(EINA_TRUE) 281 evas_obj_visibility_set(EINA_TRUE)
284 ); 282 );
283 elm_object_text_set(bt, "Login"); // No eo interface for this that I can find.
285// evas_object_smart_callback_add(bt, "clicked", NULL, NULL); 284// evas_object_smart_callback_add(bt, "clicked", NULL, NULL);
286 elm_box_pack_end(bx, bt); 285 elm_box_pack_end(bx, bt);
287 eo_unref(bt); 286 eo_unref(bt);