diff options
author | Jee-Yong Um <conr2d@gmail.com> | 2015-06-25 16:02:41 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-06-25 17:21:09 +0200 |
commit | 2b29f4dfbf901d40aee552345ae5285b1c2e484c (patch) | |
tree | 365f8641593657adaac8000f3979e39227a0d490 /src/bin/eina/.gitignore | |
parent | ef491e697e60a6e79bec27164342bfb103d2c95a (diff) |
edje: add "mask_flags" instruction for "part" block
Summary:
Elementary widgets dealing with Evas Events usually mask event_flags with
EVAS_EVENT_FLAG_ON_HOLD, to show that this event is already handled.
However, widget like Elm_Button, it does not handle EVAS_CALLBACK_MOUSE_DOWN directly,
but it handles Edje_Signal instead, so there's no chance to mask event_flags.
Developers can block event propagation by putting rectangle the very last part of EDC,
but this instruction can help the case making elementary widget with only Edje_Signal handling.
This is not required essentially, so please check the necessity of this function.
Reviewers: Hermet, cedric
Reviewed By: cedric
Subscribers: cedric, Hermet
Differential Revision: https://phab.enlightenment.org/D2764
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/bin/eina/.gitignore')
0 files changed, 0 insertions, 0 deletions