Category Custom user interface, Object ProUIDialog

Function ProUIDialogIsMapped


Description
Checks if the dialog occupies any space when it is invisible.
Synopsis
#include <ProUIDialog.h>
ProErrorProUIDialogIsMapped(
char* dialog
/* (In)
The name of the dialog
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE when dialog occupies space when it is invisible; PRO_B_FALSE when dialog does not occupy any space when it is invisible.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully loaded and displayed the dialog
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. User Interface: Dialogs: Dialog Attributes