wlmaker
Loading...
Searching...
No Matches
root_menu.h
Go to the documentation of this file.
1/* ========================================================================= */
21#ifndef __WLMAKER_ROOT_MENU_H__
22#define __WLMAKER_ROOT_MENU_H__
23
24#include <libbase/libbase.h>
25
26#include "toolkit/toolkit.h"
27
30
31#include "task_list.h"
32
33#ifdef __cplusplus
34extern "C" {
35#endif // __cplusplus
36
49 const char *arg_root_menu_file_ptr,
50 wlmtk_window_style_ref_t *window_style_ref_ptr,
51 wlmtk_menu_style_ref_t *menu_style_ref_ptr);
52
59
62
65
67extern const bs_test_set_t wlmaker_root_menu_test_set;
68
69#ifdef __cplusplus
70} // extern "C"
71#endif // __cplusplus
72
73#endif /* __ROOT_MENU_H__ */
74/* == End of root_menu.h =================================================== */
wlmtk_menu_t * wlmaker_root_menu_menu(wlmaker_root_menu_t *root_menu_ptr)
Definition root_menu.c:293
const bs_test_set_t wlmaker_root_menu_test_set
Definition root_menu.c:862
void wlmaker_root_menu_destroy(wlmaker_root_menu_t *root_menu_ptr)
Definition root_menu.c:249
wlmaker_root_menu_t * wlmaker_root_menu_create(wlmaker_server_t *server_ptr, const char *arg_root_menu_file_ptr, wlmtk_window_style_ref_t *window_style_ref_ptr, wlmtk_menu_style_ref_t *menu_style_ref_ptr)
Definition root_menu.c:165
wlmtk_window_t * wlmaker_root_menu_window(wlmaker_root_menu_t *root_menu_ptr)
Definition root_menu.c:287
Definition root_menu.c:52
wlmaker_server_t * server_ptr
Definition root_menu.c:69
Definition server.h:76
Definition menu.c:65
Definition menu.c:39
Definition window.c:144
Definition window.c:53