elm_win: remove elm_win_conformant_set/get from eo
authorJi-Youn Park <jy0703.park@samsung.com>
Thu, 26 May 2016 08:18:02 +0000 (16:48 +0830)
committerJi-Youn Park <jy0703.park@samsung.com>
Thu, 26 May 2016 08:18:02 +0000 (16:48 +0830)
commitbc6eb250a0be82f6d83d05f22468cc67dd1c5e50
tree85dc8458820a26540979c7006358419a021a2f19
parent927fd22e8950630794d8a4b7398d0aba51a49527
elm_win: remove elm_win_conformant_set/get from eo

conformant set api give information to enlighten ment, this window
need to know the change of conformant size.
but in the future, window have to section background and forground.
if user set layout as content of background part, the layout size is
not changed by clipborad or keybord.

if user set layout as content of forground part of window, the layout size
is changed by clipboard or keyboard state.
and the window notify to the enlightenment it has interest soft input's state
automatically, without users api call
src/lib/elementary/elm_win.c
src/lib/elementary/elm_win.eo
src/lib/elementary/elm_win_legacy.h