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
#if defined(WLMAKER_HAVE_XWAYLAND)
23
24
#include "
xwl_content.h
"
25
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
// __cplusplus
29
31
typedef
struct
_wlmaker_xwl_popup_t
wlmaker_xwl_popup_t
;
32
40
wlmaker_xwl_popup_t
*
wlmaker_xwl_popup_create
(
41
wlmaker_xwl_content_t
*
xwl_content_ptr
);
42
48
void
wlmaker_xwl_popup_destroy
(
wlmaker_xwl_popup_t
*xwl_popup_ptr);
49
50
#ifdef __cplusplus
51
}
// extern "C"
52
#endif
// __cplusplus
53
54
#endif
// defined(WLMAKER_HAVE_XWAYLAND)
55
#endif
/* __XWL_POPUP_H__ */
56
/* == End of xwl_popup.h =================================================== */
_wlmaker_xwl_content_t
Definition
xwl_content.c:45
_wlmaker_xwl_popup_t
Definition
xwl_popup.c:30
_wlmaker_xwl_popup_t::xwl_content_ptr
wlmaker_xwl_content_t * xwl_content_ptr
Definition
xwl_popup.c:32
xwl_content.h
wlmaker_xwl_popup_destroy
void wlmaker_xwl_popup_destroy(wlmaker_xwl_popup_t *xwl_popup_ptr)
Definition
xwl_popup.c:50
wlmaker_xwl_popup_create
wlmaker_xwl_popup_t * wlmaker_xwl_popup_create(wlmaker_xwl_content_t *xwl_content_ptr)
Definition
xwl_popup.c:38
Generated by
1.9.8