VG3_sysmenu_simple_windowmenu()
[added in version 1.3]
Insert a window-changing-entry into the system-menu.
SYNTAX
void
VG3_sysmenu_simple_windowmenu(struct vg3_sysmenu *sysm,
struct vg3_sysmenu_submenu *submenu,
const char *info)
FUNCTION PARAMETERS
sysm | System-menu-struct |
submenu | Where to put it: sub-menu or NULL = main menu |
info | Short description text for window-changing window |
DESCRIPTION
Insert an entry into the system-menu
for changing the size of the window or setting it to fullscreen.
The menu is inserted into the sub-menu submenu.
SEE ALSO
VG3_sysmenu_simple_exitmenu()
VG3_sysmenu_simple_volumemenu()
VG3_sysmenu_simple_keyboardmenu()
VG3_sysmenu_simple_gcmenu()