Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_glview_manygears.c836 Evas_Object *win, *bg, *bx1, *bx2, *bt_ok, *bt_up, *bt_dn, *gl, *lb; in test_glview_manygears() local
915 bt_up = elm_button_add(win); in test_glview_manygears()
916 elm_object_text_set(bt_up, "+ Teeth"); in test_glview_manygears()
917 evas_object_size_hint_align_set(bt_up, EVAS_HINT_FILL, EVAS_HINT_FILL); in test_glview_manygears()
918 evas_object_size_hint_weight_set(bt_up, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); in test_glview_manygears()
919 elm_box_pack_end(bx2, bt_up); in test_glview_manygears()
920 evas_object_show(bt_up); in test_glview_manygears()
921 evas_object_smart_callback_add(bt_up, "clicked", _on_plus, gl); in test_glview_manygears()