Buttons
Type (Enumeration)
dialogs.h
,
wingraph.h
enum
Buttons {BT_NONE = 0, BT_OK = 1, BT_SAVE = 2, BT_YES = 3, BT_CANCEL = 4, BT_NO = 5, BT_GOTO = 6};
An enumeration to describe possible button types.
Describes the button types used in
DlgMessage
.