Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_grid.c118 elm_grid_pack(gd, en, 50, 10, 40, 10); in test_grid()
125 elm_grid_pack(gd, en, 60, 20, 30, 10); in test_grid()
131 elm_grid_pack(gd, bt, 30, 0, 40, 10); in test_grid()
137 elm_grid_pack(gd, bt, 0, 0, 20, 20); in test_grid()
142 elm_grid_pack(gd, bt, 10, 10, 40, 20); in test_grid()
148 elm_grid_pack(gd, bt, 10, 30, 20, 50); in test_grid()
153 elm_grid_pack(gd, bt, 80, 80, 20, 20); in test_grid()
158 elm_grid_pack(gd, bt, 40, 40, 20, 20); in test_grid()
164 elm_grid_pack(gd, rc, 40, 70, 20, 10); in test_grid()
169 elm_grid_pack(gd, rc, 60, 70, 10, 10); in test_grid()
[all …]
H A Dtest_cnp.c89 elm_grid_pack(gd, en, 10, 10, 60, 30); in test_cnp()
95 elm_grid_pack(gd, bt, 70, 10, 22, 30); in test_cnp()
101 elm_grid_pack(gd, bt, 70, 70, 22, 20); in test_cnp()
110 elm_grid_pack(gd, en, 10, 40, 60, 30); in test_cnp()
116 elm_grid_pack(gd, bt, 70, 40, 22, 30); in test_cnp()
123 elm_grid_pack(gd, lb, 10, 70, 60, 10); in test_cnp()
130 elm_grid_pack(gd, glb, 10, 80, 60, 10); in test_cnp()
H A Dtest_label.c188 elm_grid_pack(gd, lb, 5, 0, 90, 10); in test_label_slide()
192 elm_grid_pack(gd, rect, 5, 10, 90, 10); in test_label_slide()
208 elm_grid_pack(gd, lb, 5, 10, 90, 10); in test_label_slide()
221 elm_grid_pack(gd, rd, 5, 20, 30, 10); in test_label_slide()
231 elm_grid_pack(gd, rd, 35, 20, 30, 10); in test_label_slide()
240 elm_grid_pack(gd, rd, 65, 20, 30, 10); in test_label_slide()
252 elm_grid_pack(gd, sl, 5, 30, 90, 10); in test_label_slide()
264 elm_grid_pack(gd, sl, 5, 40, 90, 10); in test_label_slide()
269 elm_grid_pack(gd, bt, 40, 50, 20, 10); in test_label_slide()
275 elm_grid_pack(gd, lb, 5, 60, 90, 10); in test_label_slide()
[all …]
H A Dtest_focus_custom_chain.c84 elm_grid_pack(gd, bt, 10, 10, 80, 20); in create_win_bt_clicked()
89 elm_grid_pack(gd, bt, 10, 30, 80, 20); in create_win_bt_clicked()
94 elm_grid_pack(gd, bt, 10, 50, 80, 20); in create_win_bt_clicked()
99 elm_grid_pack(gd, bt, 10, 70, 80, 20); in create_win_bt_clicked()
H A Dtest_entry.c2334 elm_grid_pack(gd, bg, 10, 10, 60, 30); in test_entry7()
2343 elm_grid_pack(gd, en, 10, 10, 60, 30); in test_entry7()
2351 elm_grid_pack(gd, tg, 70, 10, 22, 10); in test_entry7()
2358 elm_grid_pack(gd, lb, 70, 25, 25, 5); in test_entry7()
2368 elm_grid_pack(gd, sp, 70, 30, 25, 10); in test_entry7()
2376 elm_grid_pack(gd, bg, 10, 50, 45, 30); in test_entry7()
2526 elm_grid_pack(gd, en, 5, 5, 90, 10); in test_entry8()
2533 elm_grid_pack(gd, lb, 5, 15, 50, 10); in test_entry8()
2555 elm_grid_pack(gd, bt, 5, 25, 45, 10); in test_entry8()
2594 elm_grid_pack(gd, ch, 5, 55, 30, 10); in test_entry8()
[all …]
H A Dtest_list.c1128 elm_grid_pack(gd, li, 4, 4, 92, 72); in test_list6()
1149 elm_grid_pack(gd, bt, 4, 80, 20, 10); in test_list6()
1155 elm_grid_pack(gd, bt, 28, 80, 20, 10); in test_list6()
1161 elm_grid_pack(gd, bt, 52, 80, 20, 10); in test_list6()
1167 elm_grid_pack(gd, bt, 76, 80, 20, 10); in test_list6()
1172 elm_grid_pack(gd, lb, 4, 90, 92, 10); in test_list6()
H A Dtest_focus.c1022 elm_grid_pack(grid, obj, layout->x, layout->y, layout->w, layout->h); in _focus5_layout()
/dports/x11/terminology/terminology-1.9.0/src/bin/
H A Doptions_themepv.c219 elm_grid_pack(grid, textgrid, 0, 0, w, h); in _cb_resize()
220 elm_grid_pack(grid, cursor, 0, 0, ww, hh); in _cb_resize()
221 elm_grid_pack(grid, selection, ww * 5, hh * 1, ww * 8, hh * 1); in _cb_resize()
266 elm_grid_pack(obase, o, 0, 0, w, h); in options_theme_preview_add()
348 elm_grid_pack(grid, o, 0, 0, 100, 100); in options_theme_preview_add()
360 elm_grid_pack(grid, o, 0, 0, 10, 10); in options_theme_preview_add()
370 elm_grid_pack(grid, o, 0, 0, 10, 10); in options_theme_preview_add()
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_grid_eo.legacy.h87 EAPI void elm_grid_pack(Elm_Grid *obj, Efl_Canvas_Object *subobj, int x, int y, int w, int h);
H A Delm_grid_eo.legacy.c33 elm_grid_pack(Elm_Grid *obj, Efl_Canvas_Object *subobj, int x, int y, int w, int h) in elm_grid_pack() function
H A Delc_fileselector.c438 elm_grid_pack(grid, ic, 0, 0, 1, 1); in _itc_icon_folder_get()
463 elm_grid_pack(grid, ic, 0, 0, 1, 1); in _itc_icon_image_get()
485 elm_grid_pack(grid, ic, 0, 0, 1, 1); in _itc_icon_file_get()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/vkbd/
H A De_kbd_int.c1331 elm_grid_pack(ki->boxgrid_obj, o, 0, 0, 10, 10); in e_kbd_int_new()