Home
last modified time | relevance | path

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

/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/ibar/
H A De_mod_main.c51 Evas_Object *o_outerbox; member
424 elm_box_horizontal_set(b->o_outerbox, 1); in _ibar_new()
425 elm_box_align_set(b->o_outerbox, 0.5, 0.5); in _ibar_new()
432 elm_box_pack_end(b->o_outerbox, b->o_box); in _ibar_new()
441 evas_object_show(b->o_outerbox); in _ibar_new()
451 evas_object_del(b->o_outerbox); in _ibar_free()
624 elm_box_horizontal_set(b->o_outerbox, horizontal); in _ibar_orient_set()
635 elm_box_recalculate(b->o_outerbox); in _ibar_resize_handle()
670 elm_box_recalculate(b->o_outerbox); in _ibar_resize_handle()
764 elm_box_pack_end(b->o_outerbox, b->o_sep); in _ibar_sep_create()
[all …]