widget: use ATSPI protected functions.

This commit is contained in:
Lukasz Stanislawski 2014-10-21 15:06:09 +02:00 committed by Lukasz Stanislawski
parent f7686dfd0e
commit c272f9b084
1 changed files with 2 additions and 8 deletions

View File

@ -2,6 +2,8 @@
# include "elementary_config.h"
#endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#define ELM_INTERFACE_ATSPI_COMPONENT_PROTECTED
#define ELM_WIDGET_ITEM_PROTECTED
#include <Elementary.h>
@ -9,14 +11,6 @@
#include "elm_widget_container.h"
#include "elm_interface_scrollable.h"
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include "elm_interface_atspi_accessible.h"
#include "elm_interface_atspi_accessible.eo.h"
#define ELM_INTERFACE_ATPSI_COMPONENT_PROTECTED
#include "elm_interface_atspi_component.eo.h"
#define MY_CLASS ELM_WIDGET_CLASS
#define MY_CLASS_NAME "Elm_Widget"