efl_pack: move layout,updated event to Efl.Pack_Layout

Summary:
'layout,updated' event is more suitable for Efl.Pack_Layout which have
layout_update method.

Test Plan: make

Reviewers: segfaultxavi, cedric, Jaehyun_Cho

Reviewed By: segfaultxavi, Jaehyun_Cho

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7906
This commit is contained in:
Yeongjong Lee 2019-02-14 12:57:13 +09:00 committed by Jaehyun Cho
parent 94be8a88d3
commit 63cbdd3008
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,4 @@ interface Efl.Pack extends Efl.Container
}
}
}
events {
layout,updated: void; [[Sent after the layout was updated.]]
}
}

View File

@ -23,4 +23,7 @@ interface Efl.Pack_Layout
]]
}
}
events {
layout,updated: void; [[Sent after the layout was updated.]]
}
}