wlmaker
Loading...
Searching...
No Matches
popup.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __WLMTK_POPUP_H__
21#define __WLMTK_POPUP_H__
22
25
26#include "container.h"
27#include "env.h"
28
29#ifdef __cplusplus
30extern "C" {
31#endif // __cplusplus
32
50
61 wlmtk_popup_t *popup_ptr,
62 wlmtk_env_t *env_ptr,
63 wlmtk_element_t *element_ptr);
64
70void wlmtk_popup_fini(wlmtk_popup_t *popup_ptr);
71
74
75#ifdef __cplusplus
76} // extern "C"
77#endif // __cplusplus
78
79#endif /* __WLMTK_POPUP_H__ */
80/* == End of popup.h ======================================================= */
bool wlmtk_popup_init(wlmtk_popup_t *popup_ptr, wlmtk_env_t *env_ptr, wlmtk_element_t *element_ptr)
Definition popup.c:28
wlmtk_element_t * wlmtk_popup_element(wlmtk_popup_t *popup_ptr)
Definition popup.c:84
void wlmtk_popup_fini(wlmtk_popup_t *popup_ptr)
Definition popup.c:58
Definition container.h:55
Definition element.h:172
Definition env.c:32
Definition popup.h:40
wlmtk_container_t popup_container
Definition popup.h:45
wlmtk_element_t * element_ptr
Definition popup.h:48
wlmtk_container_t super_container
Definition popup.h:42