DialogAddText Function (Macro)

dialogs.h

HANDLE DialogAddText (HANDLE Handle, short x, short y, const char *text);

Adds a text into a dialog box.

DialogAddText adds the text text to the dialog structure associated with handle Handle at the position (xy), where coordinates are relative to the top-left corner of the dialog box. Returns H_NULL in a case of error, otherwise it returns Handle. The text must fit into one line of the dialog box. This routine (as well as all other 'DialogAdd...' routines) may cause heap compression.


Uses: DialogAdd