Category Custom user interface, Object ProUIDialog

Function ProUIDialogReconfigure


Description
Set the position and size of the dialog. If any of the values are specified as PROUI_UNUSED then the current values are used.
Synopsis
#include <ProUIDialog.h>
ProErrorProUIDialogReconfigure(
char* dialog
/* (In)
Name of the dialog.
*/
int x
/* (In)
X value
*/
int y
/* (In)
Y value
*/
int width
/* (In)
Width of the dialog.
*/
int height
/* (In)
Height of the dialog.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Dialogs: Dialog Operations
  2. User Interface: Dialogs: Dialog Operations