Searched refs:E_GADGET_SITE_ANCHOR_TOP (Results 1 – 8 of 8) sorted by relevance
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/start/ |
H A D | start.c | 21 if (anchor & E_GADGET_SITE_ANCHOR_TOP) in do_orient() 56 if (anchor & E_GADGET_SITE_ANCHOR_TOP) in do_orient() 89 else if (anchor & E_GADGET_SITE_ANCHOR_TOP) in do_orient() 146 if (an & E_GADGET_SITE_ANCHOR_TOP) in _button_cb_mouse_up()
|
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/ |
H A D | e_bryce_editor.c | 26 if ((an != E_GADGET_SITE_ANCHOR_TOP) && in setup_exists() 30 … e_bryce_exists(parent, bryce, E_GADGET_SITE_ORIENT_HORIZONTAL, E_GADGET_SITE_ANCHOR_TOP | an)) in setup_exists() 52 if (bi->anchor & E_GADGET_SITE_ANCHOR_TOP) in _editor_bryce_add() 64 else if (bi->anchor & E_GADGET_SITE_ANCHOR_TOP) in _editor_bryce_add() 81 if (bi->anchor & E_GADGET_SITE_ANCHOR_TOP) in _editor_bryce_add() 308 _editor_add(obj, E_GADGET_SITE_ORIENT_HORIZONTAL, E_GADGET_SITE_ANCHOR_TOP); in _editor_add_top() 363 _editor_add(obj, E_GADGET_SITE_ORIENT_HORIZONTAL, E_GADGET_SITE_ANCHOR_TOP); in _bryce_edit_key_location()
|
H A D | e_gadget_types.h | 26 E_GADGET_SITE_ANCHOR_TOP = (1 << 2), enumerator
|
H A D | e_bryce.c | 112 if (an & E_GADGET_SITE_ANCHOR_TOP) in _bryce_autohide_coords() 159 if (an & E_GADGET_SITE_ANCHOR_TOP) in _bryce_position() 1139 if (an & E_GADGET_SITE_ANCHOR_TOP) in e_bryce_orient() 1151 else if (an & E_GADGET_SITE_ANCHOR_TOP) in e_bryce_orient() 1292 ORIENT_CHECK(VERTICAL, LEFT | E_GADGET_SITE_ANCHOR_TOP, LEFT); in e_bryce_exists() 1294 ORIENT_CHECK(VERTICAL, RIGHT | E_GADGET_SITE_ANCHOR_TOP, RIGHT); in e_bryce_exists() 1317 if ((b->anchor & E_GADGET_SITE_ANCHOR_TOP) && (an & E_GADGET_SITE_ANCHOR_TOP)) in e_bryce_exists()
|
H A D | e_gadget.c | 1056 if (zgc->resizing & E_GADGET_SITE_ANCHOR_TOP) in _gadget_mouse_resize() 1100 if (zgc->resizing & E_GADGET_SITE_ANCHOR_TOP) in _gadget_mouse_resize() 1225 zgc->resizing |= E_GADGET_SITE_ANCHOR_TOP; in _gadget_act_resize() 2461 if (zgc->site->anchor & E_GADGET_SITE_ANCHOR_TOP) in e_gadget_util_ctxpopup_place() 2469 if (zgc->site->anchor & E_GADGET_SITE_ANCHOR_TOP) in e_gadget_util_ctxpopup_place()
|
H A D | e_gadget_runner.c | 121 if (inst->anchor & E_GADGET_SITE_ANCHOR_TOP) in runner_run()
|
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/luncher/ |
H A D | bar.c | 73 if (anchor & E_GADGET_SITE_ANCHOR_TOP) in _bar_location_get() 108 if (anchor & E_GADGET_SITE_ANCHOR_TOP) in _bar_location_get() 141 else if (anchor & E_GADGET_SITE_ANCHOR_TOP) in _bar_location_get()
|
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/pager/gadget/ |
H A D | pager.c | 173 if (anchor & E_GADGET_SITE_ANCHOR_TOP) in _pager_location_get() 212 if (anchor & E_GADGET_SITE_ANCHOR_TOP) in _pager_location_get() 249 else if (anchor & E_GADGET_SITE_ANCHOR_TOP) in _pager_location_get()
|