wlmaker
Loading...
Searching...
No Matches
src
xwl_popup.h
Go to the documentation of this file.
1
/* ========================================================================= */
20
#ifndef __XWL_POPUP_H__
21
#define __XWL_POPUP_H__
22
23
#include "
xwl_content.h
"
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
// __cplusplus
28
30
typedef
struct
_wlmaker_xwl_popup_t
wlmaker_xwl_popup_t
;
31
39
wlmaker_xwl_popup_t
*
wlmaker_xwl_popup_create
(
40
wlmaker_xwl_content_t
*
xwl_content_ptr
);
41
47
void
wlmaker_xwl_popup_destroy
(
wlmaker_xwl_popup_t
*xwl_popup_ptr);
48
49
#ifdef __cplusplus
50
}
// extern "C"
51
#endif
// __cplusplus
52
53
#endif
/* __XWL_POPUP_H__ */
54
/* == End of xwl_popup.h =================================================== */
_wlmaker_xwl_content_t
Definition
xwl_content.c:37
_wlmaker_xwl_popup_t
Definition
xwl_popup.c:26
_wlmaker_xwl_popup_t::xwl_content_ptr
wlmaker_xwl_content_t * xwl_content_ptr
Definition
xwl_popup.c:28
xwl_content.h
wlmaker_xwl_popup_destroy
void wlmaker_xwl_popup_destroy(wlmaker_xwl_popup_t *xwl_popup_ptr)
Definition
xwl_popup.c:46
wlmaker_xwl_popup_create
wlmaker_xwl_popup_t * wlmaker_xwl_popup_create(wlmaker_xwl_content_t *xwl_content_ptr)
Definition
xwl_popup.c:34
Generated by
1.10.0