VG3_sysmenu_insert_textentry()
Insert a text-entry into the system-menu.SYNTAX
void
VG3_sysmenu_insert_textentry(struct vg3_sysmenu *sysm,
struct vg3_sysmenu_submenu *submenu,
struct vg3_text *title,
struct vg3_text *text,
int bcolor)
FUNCTION PARAMETERS
sysm | System-menu-struct |
submenu | Where to put it: sub-menu or NULL = main menu |
title | Title of the text |
text | Text |
bcolor | Background color (from VGAG3_COLORS or VGAG3_COLOR_CUSTOM) |
DESCRIPTION
Insert a text-entry into the system-menu.
The entry is inserted into the sub-menu submenu.
This is an entry just showing a text, e.g. a help text.
Return to parent menu with escape-key or enter-key.
Scroll line per line with cursor-keys UP and DOWN.
Scroll screen per screnn with space-key and backspace-key.
SEE ALSO