[E_BORDER] add code to check whether the window is the last_focus_win or not in e_bor...
[platform/core/uifw/e17.git] / src / bin / e_theme_about.h
1 #ifdef E_TYPEDEFS
2
3 typedef struct _E_Obj_Dialog E_Theme_About;
4
5 #else
6 #ifndef E_THEME_ABOUT_H
7 #define E_THEME_ABOUT_H
8
9 EAPI E_Theme_About  *e_theme_about_new  (E_Container *con);
10 EAPI void            e_theme_about_show (E_Theme_About *about);
11
12 #endif
13 #endif