Description | ||||||||||||||
Adds a new push button to the dashboard of Creo Parametric. This function affects the top-level Creo Parametric dashboard only. This function is executed only once during a Creo Parametric session for each push button. Subsequent calls to this function for a previously loaded push button are ignored. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProUIDashboard.h> | ||||||||||||||
ProError | ProUIDashboardStdlayoutButtonAdd | ( | ||||||||||||
ProUIDashboardPage page_handle | ||||||||||||||
/* (In) | ||||||||||||||
Handle to the dashboard page. | ||||||||||||||
*/ | ||||||||||||||
ProUIDashboardButtonLabel button_label | ||||||||||||||
/* (In) | ||||||||||||||
The label of the push button | ||||||||||||||
*/ | ||||||||||||||
ProUIDashboardButtonHelp one_line_help | ||||||||||||||
/* (In) | ||||||||||||||
The one-line help for the push button | ||||||||||||||
*/ | ||||||||||||||
ProFileName filename | ||||||||||||||
/* (In) | ||||||||||||||
The name of the message file that contains the label and help string | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|