wlmaker
Loading...
Searching...
No Matches
popup_menu.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __WLMTK_POPUP_MENU_H__
21#define __WLMTK_POPUP_MENU_H__
22
25
26#include "env.h"
27#include "menu.h"
28#include "popup.h"
29
30#ifdef __cplusplus
31extern "C" {
32#endif // __cplusplus
33
43 const wlmtk_menu_style_t *style_ptr,
44 wlmtk_env_t *env_ptr);
45
52
55
58
59#ifdef __cplusplus
60} // extern "C"
61#endif // __cplusplus
62
63#endif /* __WLMTK_POPUP_MENU_H__ */
64/* == End of popup_menu.h ================================================== */
wlmtk_popup_t * wlmtk_popup_menu_popup(wlmtk_popup_menu_t *popup_menu_ptr)
Definition popup_menu.c:72
wlmtk_menu_t * wlmtk_popup_menu_menu(wlmtk_popup_menu_t *popup_menu_ptr)
Definition popup_menu.c:78
void wlmtk_popup_menu_destroy(wlmtk_popup_menu_t *popup_menu_ptr)
Definition popup_menu.c:64
wlmtk_popup_menu_t * wlmtk_popup_menu_create(const wlmtk_menu_style_t *style_ptr, wlmtk_env_t *env_ptr)
Definition popup_menu.c:38
Definition env.c:32
Definition menu.h:38
Definition menu.h:48
Definition popup_menu.c:28
Definition popup.h:40