Buttons Type (Enumeration)

dialogs.h, wingraph.h

enum Buttons {BT_NONE, BT_OK, BT_SAVE, BT_YES, BT_CANCEL, BT_NO, BT_GOTO};

An enumeration to describe possible button types.