Component editmenu
Component index
Section index

Component editmenu


Search

Type

Function

Summary

Present and edit a menu

Description

This works in all UI mode.

void exec (const char *key, int no)
void execthread (const char *key, int no)

Prototypes

void editmenu (const char *title, const char *intro, HELP_FILE &help, const char *menuopt[])

Functags

void exec (const char *key, int no) Optional

Exec one menu option synchronously

void execthread (const char *key, int no) Optional

Execute a menu option asynchronously

The uithread mechanism is used for the processing of the option is done while the menu is still "alive".