Description | ||||||||
Set the list of names for menu panes in a menu bar.
Use this function only with a menu bar in a custom application-created UI dialog. |
||||||||
Synopsis | ||||||||
#include <ProUIMenubar.h> | ||||||||
ProError | ProUIMenubarNamesSet | ( | ||||||
char* dialog | ||||||||
/* (In) | ||||||||
The name of the dialog that contains the menu bar | ||||||||
*/ | ||||||||
char* menubar | ||||||||
/* (In) | ||||||||
The name of the menu bar component | ||||||||
*/ | ||||||||
int count | ||||||||
/* (In) | ||||||||
The number of items on the values array | ||||||||
*/ | ||||||||
char** values | ||||||||
/* (In) | ||||||||
Array of names of menu panes in the menu bar. This list of names is used only by the function ProUIMenubarItemhelptextSet(). | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|