Eolian: Integration of Win

This commit is contained in:
Daniel Zaoui 2014-03-27 15:15:52 +02:00
parent 550fca5d05
commit ad6a078501
5 changed files with 1762 additions and 1857 deletions

View File

@ -664,7 +664,9 @@ BUILT_SOURCES = \
elm_web.eo.c \
elm_web.eo.h \
elm_widget_access_object.eo.c \
elm_widget_access_object.eo.h
elm_widget_access_object.eo.h \
elm_win.eo.c \
elm_win.eo.h
EXTRA_DIST += \
elm_widget.eo \
@ -736,7 +738,8 @@ EXTRA_DIST += \
elm_toolbar.eo \
elm_video.eo \
elm_web.eo \
elm_widget_access_object.eo
elm_widget_access_object.eo \
elm_win.eo
nodist_includesunstable_HEADERS = \
elm_widget.eo.h \
@ -808,5 +811,6 @@ nodist_includesunstable_HEADERS = \
elm_toolbar.eo.h \
elm_video.eo.h \
elm_web.eo.h \
elm_widget_access_object.eo.h
elm_widget_access_object.eo.h \
elm_win.eo.h

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,8 @@
*
* @{
*/
#include "elm_win.eo.h"
#if 0
#define ELM_OBJ_WIN_CLASS elm_obj_win_class_get()
const Eo_Class *elm_obj_win_class_get(void) EINA_CONST;
@ -1373,6 +1375,7 @@ enum
*/
#define elm_obj_win_wm_manual_rotation_done() ELM_OBJ_WIN_ID(ELM_OBJ_WIN_SUB_ID_WM_MANUAL_ROTATION_DONE)
#endif
/**
* @}
*/

View File

@ -526,7 +526,7 @@ EAPI void elm_win_available_profiles_set(Evas_Object *obj, cons
* @ingroup Win
* @since 1.8
*/
EAPI Eina_Bool elm_win_available_profiles_get(Evas_Object *obj, char ***profiles, unsigned int *count);
EAPI Eina_Bool elm_win_available_profiles_get(const Evas_Object *obj, char ***profiles, unsigned int *count);
/**
* Set the profile of a window.
@ -659,7 +659,7 @@ EAPI void elm_win_size_base_set(Evas_Object *obj, int w, int h)
* @see elm_win_size_step_set
* @since 1.7
*/
EAPI void elm_win_size_base_get(Evas_Object *obj, int *w, int *h);
EAPI void elm_win_size_base_get(const Evas_Object *obj, int *w, int *h);
/**
* Set the window stepping used with sizing calculation
@ -689,7 +689,7 @@ EAPI void elm_win_size_step_set(Evas_Object *obj, int w, int h)
* @see elm_win_size_step_set
* @since 1.7
*/
EAPI void elm_win_size_step_get(Evas_Object *obj, int *w, int *h);
EAPI void elm_win_size_step_get(const Evas_Object *obj, int *w, int *h);
/**
* Set the layer of the window.
@ -1159,7 +1159,7 @@ EAPI void elm_win_illume_command_send(Evas_Object *obj, Elm_Ill
*
* @ingroup Win
*/
EAPI Evas_Object *elm_win_inlined_image_object_get(Evas_Object *obj);
EAPI Evas_Object *elm_win_inlined_image_object_get(const Evas_Object *obj);
/**
* Determine whether a window has focus
@ -1190,7 +1190,7 @@ EAPI void elm_win_screen_constrain_set(Evas_Object *obj, Eina_B
*
* @ingroup Win
*/
EAPI Eina_Bool elm_win_screen_constrain_get(Evas_Object *obj);
EAPI Eina_Bool elm_win_screen_constrain_get(const Evas_Object *obj);
/**
* Get screen geometry details for the screen that a window is on