efl/src/lib/elementary/elm_textpath.h

16 lines
282 B
C

/**
* @defgroup Elm_Textpath Textpath
* @ingroup Elementary
*/
#ifdef EFL_EO_API_SUPPORT
#include "efl_ui_textpath.eo.h"
#define EFL_UI_RADIO_EVENT_CHANGED EFL_UI_NSTATE_EVENT_CHANGED
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_textpath_legacy.h"
#endif
/**
* @}
*/