Category
Custom user interface
, Object
ProUIDialog
Function ProUIDialogTitleSet
Description
Sets the label for a dialog
Synopsis
#include <
ProUIDialog.h
>
ProError
ProUIDialogTitleSet
(
char*
dialog
/* (In)
The name of the dialog
*/
wchar_t
*
label
/* (In)
The label
*/
)
Returns
PRO_TK_NO_ERROR
The function was successful
PRO_TK_GENERAL_ERROR
The function failed
Manual References:
User Interface: Dialogs: Dialog Attributes
Sample Code References:
pt_mfg_proctable ( PTMfgProcTable.c )
pt_userguide ( UgUtilUI.c )