Description | |||||
Takes an array of previously loaded menus and appends them into one menu. | |||||
Synopsis | |||||
#include <ProMenu.h> | |||||
ProError | ProCompoundmenuCreate | ( | |||
char** menus | |||||
/* (In) | |||||
An array of menu names, terminated by an empty string | |||||
*/ | |||||
int* n_submenus | |||||
/* (Out) | |||||
The number of menus in the compound menu | |||||
*/ | |||||
) | |||||
Returns | |||||
|