anonymous enum

Enumerator:
MBOX_CLICKED_YES 
MBOX_CLICKED_NO  The YES button was clicked.
MBOX_CLICKED_OK  The NO button was clicked.
MBOX_CLICKED_CANCEL  The OK button was clicked.
MBOX_CLICKED_QUIT  The CANCEL button was clicked.
MBOX_CLICKED_SAVE  The QUIT button was clicked.
MBOX_CLICKED_SKIP  The SAVE button was clicked.
MBOX_CLICKED_SKIPALL  The SKIP button was clicked.

Definition at line 48 of file FXMessageBox.h.

00048      {
00049   MBOX_CLICKED_YES      = 1,            
00050   MBOX_CLICKED_NO       = 2,            
00051   MBOX_CLICKED_OK       = 3,            
00052   MBOX_CLICKED_CANCEL   = 4,            
00053   MBOX_CLICKED_QUIT     = 5,            
00054   MBOX_CLICKED_SAVE     = 6,            
00055   MBOX_CLICKED_SKIP     = 7,            
00056   MBOX_CLICKED_SKIPALL  = 8             
00057   };


(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