evas object: Hide "del" event

In EO world, we should stick to EO_EVENT_DEL.
This commit is contained in:
Jean-Philippe Andre 2016-06-24 17:17:20 +09:00
parent e8dc7fb6fd
commit b48726989d
4 changed files with 8 additions and 1 deletions

View File

@ -6,6 +6,8 @@
#define ELM_INTERFACE_ATSPI_COMPONENT_PROTECTED
#define ELM_WIDGET_PROTECTED
#define ELM_WIDGET_ITEM_PROTECTED
#define EFL_CANVAS_OBJECT_BETA
#include <Elementary.h>
#include "elm_priv.h"

View File

@ -724,7 +724,7 @@ abstract Efl.Canvas.Object (Eo.Base, Efl.Gfx, Efl.Gfx.Stack, Efl.Animator,
key,up @beta; [[Key Release Event ]]
focus,in; [[Focus In Event ]]
focus,out; [[Focus Out Event ]]
del; [[Object Being Deleted (called before Free) ]]
del @beta; [[Object Being Deleted (called before Free) ]]
hold; [[Events go on/off hold ]]
}
}

View File

@ -1,3 +1,5 @@
#define EFL_CANVAS_OBJECT_BETA
#include "evas_common_private.h"
#include "evas_private.h"
#include <errno.h>

View File

@ -61,6 +61,9 @@
* @subsection textblock_layout The layout system
* @todo write @ref textblock_layout
*/
#define EFL_CANVAS_OBJECT_BETA
#include "evas_common_private.h"
#include "evas_private.h"