efl/src/lib/elementary/efl_ui_popup_private.h

15 lines
308 B
C

#ifndef EFL_UI_WIDGET_POPUP_H
#define EFL_UI_WIDGET_POPUP_H
typedef struct _Efl_Ui_Popup_Data Efl_Ui_Popup_Data;
struct _Efl_Ui_Popup_Data
{
Eo *win_parent;
Eo *backwall;
Efl_Ui_Popup_Align align;
Ecore_Timer *timer;
double timeout;
};
#endif