Eolian: Legacy integration of Evas Object

This commit is contained in:
Yossi Kantor 2014-04-02 16:15:28 +03:00 committed by Daniel Zaoui
parent f1e1a79822
commit cf1ed77c7d
3 changed files with 14 additions and 1780 deletions

View File

@ -36,6 +36,7 @@ BUILT_SOURCES += \
lib/evas/canvas/evas_common_interface.eo.legacy.h \
lib/evas/canvas/evas_object.eo.c \
lib/evas/canvas/evas_object.eo.h \
lib/evas/canvas/evas_object.eo.legacy.h \
lib/evas/canvas/evas.eo.c \
lib/evas/canvas/evas.eo.h \
lib/evas/canvas/evas_grid.eo.c \
@ -131,8 +132,9 @@ nodist_installed_evascanvasheaders_DATA = \
lib/evas/canvas/evas_smart.eo.legacy.h \
lib/evas/canvas/evas_smart_clipped.eo.legacy.h \
lib/evas/canvas/evas_table.eo.legacy.h \
lib/evas/canvas/evas_common_interface.eo.legacy.h
lib/evas/canvas/evas_common_interface.eo.legacy.h \
lib/evas/canvas/evas_object.eo.legacy.h
noinst_HEADERS = \
lib/evas/include/evas_inline.x \
lib/evas/include/evas_private.h \

File diff suppressed because it is too large Load Diff

View File

@ -90,6 +90,7 @@ abstract Evas_Object (Eo_Base, Evas_Common_Interface)
type {
set {
/*@ Sets the type of the given Evas object. */
legacy null;
}
get {
/*@
@ -221,6 +222,10 @@ abstract Evas_Object (Eo_Base, Evas_Common_Interface)
If @p freeze is @c EINA_FALSE, events will be processed on that
object as normal.
@warning If you block only key/mouse up events with this API, we won't
guarantee the state of the object, that only had key/mouse down
events, will be.
@see evas_object_freeze_events_get()
@see evas_object_pass_events_set()
@ -732,6 +737,7 @@ abstract Evas_Object (Eo_Base, Evas_Common_Interface)
}
get {
/*@ Retrieves the (rectangular) size of the given Evas object. */
legacy null;
}
values {
Evas_Coord w; /*@ in */
@ -1017,6 +1023,7 @@ abstract Evas_Object (Eo_Base, Evas_Common_Interface)
}
get {
/*@ Retrieves the position of the given Evas object. */
legacy null;
}
values {
Evas_Coord x; /*@ in */