wlmaker
Loading...
Searching...
No Matches
src
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
29
typedef
struct
_wlmaker_root_menu_t
wlmaker_root_menu_t
;
30
31
#include "
task_list.h
"
32
33
#ifdef __cplusplus
34
extern
"C"
{
35
#endif
// __cplusplus
36
47
wlmaker_root_menu_t
*
wlmaker_root_menu_create
(
48
wlmaker_server_t
*
server_ptr
,
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
58
void
wlmaker_root_menu_destroy
(
wlmaker_root_menu_t
*root_menu_ptr);
59
61
wlmtk_window_t
*
wlmaker_root_menu_window
(
wlmaker_root_menu_t
*root_menu_ptr);
62
64
wlmtk_menu_t
*
wlmaker_root_menu_menu
(
wlmaker_root_menu_t
*root_menu_ptr);
65
67
extern
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 =================================================== */
wlmaker_root_menu_menu
wlmtk_menu_t * wlmaker_root_menu_menu(wlmaker_root_menu_t *root_menu_ptr)
Definition
root_menu.c:293
wlmaker_root_menu_test_set
const bs_test_set_t wlmaker_root_menu_test_set
Definition
root_menu.c:862
wlmaker_root_menu_destroy
void wlmaker_root_menu_destroy(wlmaker_root_menu_t *root_menu_ptr)
Definition
root_menu.c:249
wlmaker_root_menu_create
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
wlmaker_root_menu_window
wlmtk_window_t * wlmaker_root_menu_window(wlmaker_root_menu_t *root_menu_ptr)
Definition
root_menu.c:287
_wlmaker_root_menu_t
Definition
root_menu.c:52
_wlmaker_root_menu_t::server_ptr
wlmaker_server_t * server_ptr
Definition
root_menu.c:69
_wlmaker_server_t
Definition
server.h:76
_wlmtk_menu_style_ref_t
Definition
menu.c:65
_wlmtk_menu_t
Definition
menu.c:39
_wlmtk_window_style_ref_t
Definition
window.c:144
_wlmtk_window_t
Definition
window.c:53
task_list.h
toolkit.h
Generated by
1.9.8