FDOSTUI
FreeDOS Text User Interface
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
m
Typedefs
Enumerations
+
Enumerator
b
c
d
e
h
m
p
r
s
t
v
w
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
m
p
r
s
w
+
Functions
a
b
c
d
f
g
h
i
k
m
p
s
w
Variables
Typedefs
Enumerations
+
Enumerator
b
c
e
f
i
m
r
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
include
wmmenu.hpp
Go to the documentation of this file.
1
/*
2
WMMENU.HPP
3
4
License CC0 PUBLIC DOMAIN
5
6
To the extent possible under law, Mark J. Olesen has waived all copyright
7
and related or neighboring rights to FDOSTUI Library. This work is published
8
from: United States.
9
10
*/
11
#ifndef __wmmenu_hpp__
12
13
#include "
menuitem.h
"
14
15
extern
struct
menuitem
*
_system_menu_hook
;
16
extern
struct
menuitem
_system_menu
[];
17
18
#define __wmmenu_hpp__
19
#endif
menuitem.h
Container for a menu item.
menuitem
a menu item
Definition:
menuitem.h:33
_system_menu
struct menuitem _system_menu[]
the default system menu
Definition:
wmmenu.cpp:56
_system_menu_hook
struct menuitem * _system_menu_hook
pointer to the system menu. This can be altered to provide a different system menu ...
Definition:
wmmenu.cpp:106
Generated by
1.8.14