efl/legacy/eobj/src/examples/evas/elw_boxedbutton.h

10 lines
196 B
C
Raw Normal View History

#ifndef ELW_BOXEDBUTTON_H
#define ELW_BOXEDBUTTON_H
#include "Eo.h"
#define ELW_BOXEDBUTTON_CLASS elw_boxedbutton_class_get()
const Eo_Class *elw_boxedbutton_class_get(void) EINA_CONST;
#endif