wlmaker
Loading...
Searching...
No Matches
root_menu.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __WLMAKER_ROOT_MENU_H__
21#define __WLMAKER_ROOT_MENU_H__
22
23#include "toolkit/toolkit.h"
24
27
28#include "server.h" // IWYU pragma: keep
29
30#ifdef __cplusplus
31extern "C" {
32#endif // __cplusplus
33
45 const wlmtk_window_style_t *window_style_ptr,
46 const wlmtk_menu_style_t *menu_style_ptr);
47
54
57
60
61#ifdef __cplusplus
62} // extern "C"
63#endif // __cplusplus
64
65#endif /* __ROOT_MENU_H__ */
66/* == End of root_menu.h =================================================== */
wlmtk_menu_t * wlmaker_root_menu_menu(wlmaker_root_menu_t *root_menu_ptr)
Definition root_menu.c:211
void wlmaker_root_menu_destroy(wlmaker_root_menu_t *root_menu_ptr)
Definition root_menu.c:158
wlmtk_window_t * wlmaker_root_menu_window(wlmaker_root_menu_t *root_menu_ptr)
Definition root_menu.c:205
wlmaker_root_menu_t * wlmaker_root_menu_create(wlmaker_server_t *server_ptr, const wlmtk_window_style_t *window_style_ptr, const wlmtk_menu_style_t *menu_style_ptr)
Definition root_menu.c:75
Definition root_menu.c:36
wlmaker_server_t * server_ptr
Definition root_menu.c:48
Definition server.h:84
Definition menu.c:32
Definition window.c:82
Definition menu.h:41
Definition style.h:180