![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include "FXDialogBox.h"
Go to the source code of this file.
Classes | |
class | FX::FXMessageBox |
A Message Box is a convenience class which provides a dialog for very simple common yes/no type interactions with the user. More... | |
Namespaces | |
namespace | FX |
Enumerations | |
enum | { FX::MBOX_OK = 0x10000000, FX::MBOX_OK_CANCEL = 0x20000000, FX::MBOX_YES_NO = 0x30000000, FX::MBOX_YES_NO_CANCEL = 0x40000000, FX::MBOX_QUIT_CANCEL = 0x50000000, FX::MBOX_QUIT_SAVE_CANCEL = 0x60000000, FX::MBOX_SKIP_SKIPALL_CANCEL = 0x70000000, FX::MBOX_SAVE_CANCEL_DONTSAVE = 0x80000000 } |
enum | { FX::MBOX_CLICKED_YES = 1, FX::MBOX_CLICKED_NO = 2, FX::MBOX_CLICKED_OK = 3, FX::MBOX_CLICKED_CANCEL = 4, FX::MBOX_CLICKED_QUIT = 5, FX::MBOX_CLICKED_SAVE = 6, FX::MBOX_CLICKED_SKIP = 7, FX::MBOX_CLICKED_SKIPALL = 8 } |
![]() |