summaryrefslogtreecommitdiff
path: root/src/examples/eo/evas/evas_elw_boxedbutton.h
blob: e4ecfd2f8342b433b6473901b9a19d147e5ea62f (plain)
1
2
3
4
5
6
7
8
9
#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);

#endif