![]() |
DialogAddTitle | Function (Macro) |
dialogs.h |
HANDLE DialogAddTitle (HANDLE Handle, const char *title, short left_button, short right_button); |
Adds a title bar and up to two buttons into a dialog box.
DialogAddTitle works exactly as DialogAddTitleEx, but doesn't have the flags parameter available. This routine is in fact a macro using DialogAdd with D_HEADER passed as a command and zero passed as the flags. All the parameters are explained in DialogAddTitleEx.