efl_ui_win: add layout set API. 91/290491/2 accepted/tizen/unified/20230407.140019
authorHosang Kim <hosang12.kim@samsung.com>
Mon, 27 Mar 2023 11:28:55 +0000 (20:28 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Mon, 27 Mar 2023 12:05:11 +0000 (21:05 +0900)
commit611a9839d59445dd2c1a7b4f4548a90742e136a9
tree164e7a85e8690934b00fa261c01178bda1339636
parentd4e73f5522da02d527e8777c2dbca1b3b932e2ff
efl_ui_win: add layout set API.

The window layout method provides a convenient way for users to quickly arrange and resize windows to specific positions on their screen.

Usage example:
elm_win_layout_set(win, ELM_WIN_LAYOUT_TYPE_LEFT_HALF);
or
elm_win_layout_set(win, 2, 1, 0, 0, 1, 1);

Change-Id: I09d38ff0e6f00a6b822630cedc00fc04623bbd90
src/lib/elementary/efl_ui_win.c
src/lib/elementary/elm_macros.h
src/lib/elementary/elm_win_legacy.h