Description | ||||||||
Set which buttons in the menu bar are currently visible
Use this function only with a menu bar in a custom application-created UI dialog. |
||||||||
Synopsis | ||||||||
#include <ProUIMenubar.h> | ||||||||
ProError | ProUIMenubarVisiblenamesSet | ( | ||||||
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 which are to be visible. An empty list (or NULL) implies that all are visible. The names should be those of the menu pane components themselves, not the item names set using ProUIMenubarNamesSet(). | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|