#ifndef _ELM_CTXPOPUP_PART_EO_H_ #define _ELM_CTXPOPUP_PART_EO_H_ #ifndef _ELM_CTXPOPUP_PART_EO_CLASS_TYPE #define _ELM_CTXPOPUP_PART_EO_CLASS_TYPE typedef Eo Elm_Ctxpopup_Part; #endif #ifndef _ELM_CTXPOPUP_PART_EO_TYPES #define _ELM_CTXPOPUP_PART_EO_TYPES #endif #ifdef EFL_BETA_API_SUPPORT /** Elementary contex popup internal part class * * @ingroup Elm_Ctxpopup_Part */ #define ELM_CTXPOPUP_PART_CLASS elm_ctxpopup_part_class_get() EAPI EAPI_WEAK const Efl_Class *elm_ctxpopup_part_class_get(void) EINA_CONST; #endif /* EFL_BETA_API_SUPPORT */ #endif