anonymous enum

Enumerator:
MBOX_OK 
MBOX_OK_CANCEL  Message box has a only an OK button.
MBOX_YES_NO  Message box has OK and CANCEL buttons.
MBOX_YES_NO_CANCEL  Message box has YES and NO buttons.
MBOX_QUIT_CANCEL  Message box has YES, NO, and CANCEL buttons.
MBOX_QUIT_SAVE_CANCEL  Message box has QUIT and CANCEL buttons.
MBOX_SKIP_SKIPALL_CANCEL  Message box has QUIT, SAVE, and CANCEL buttons.
MBOX_SAVE_CANCEL_DONTSAVE  Message box has SKIP, SKIP ALL, and CANCEL buttons.

Definition at line 35 of file FXMessageBox.h.

00035      {
00036   MBOX_OK                   = 0x10000000, 
00037   MBOX_OK_CANCEL            = 0x20000000, 
00038   MBOX_YES_NO               = 0x30000000, 
00039   MBOX_YES_NO_CANCEL        = 0x40000000, 
00040   MBOX_QUIT_CANCEL          = 0x50000000, 
00041   MBOX_QUIT_SAVE_CANCEL     = 0x60000000, 
00042   MBOX_SKIP_SKIPALL_CANCEL  = 0x70000000, 
00043   MBOX_SAVE_CANCEL_DONTSAVE = 0x80000000  
00044   };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:46 2009 for TnFOX by doxygen v1.4.7