Category
Custom user interface
, Object
ProUIDialog
Function ProUIDialogDestroy
Description
Removes the named dialog from memory.
Synopsis
#include <
ProUIDialog.h
>
ProError
ProUIDialogDestroy
(
char*
dialog_name
/* (In)
The name of the dialog
*/
)
Returns
PRO_TK_NO_ERROR
The function was successful
PRO_TK_GENERAL_ERROR
The function failed
Manual References:
User Interface: Dialogs: Dialog Operations
User Interface: Dialogs: Dialog Operations
Sample Code References:
pt_examples ( TestUITable.c )
pt_geardesign ( GearDesignUI.c )
pt_install_cxx ( TestInstall.cxx )
pt_install_test ( TestInstall.c )
pt_mfg_proctable ( PTMfgProcTable.c )
pt_userguide ( UgUIListImplement.c )
pt_userguide ( UgUISlider.c )
pt_userguide ( UgUITables.c )
pt_userguide ( UgUITables.c )
pt_userguide ( UgUITables.c )
pt_userguide ( UgUITables.c )
pt_userguide ( UgUIVisibility.c )
pt_userguide ( UgUIYesnoDialog.c )
pt_userguide ( UgUtilUI.c )