Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Message box buttons

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
}

Enumeration Type Documentation

anonymous enum
Enumerator:
MBOX_OK 

Message box has a only an OK button.

MBOX_OK_CANCEL 

Message box has OK and CANCEL buttons.

MBOX_YES_NO 

Message box has YES and NO buttons.

MBOX_YES_NO_CANCEL 

Message box has YES, NO, and CANCEL buttons.

MBOX_QUIT_CANCEL 

Message box has QUIT and CANCEL buttons.

MBOX_QUIT_SAVE_CANCEL 

Message box has QUIT, SAVE, and CANCEL buttons.

MBOX_SKIP_SKIPALL_CANCEL 

Message box has SKIP, SKIP ALL, and CANCEL buttons.

MBOX_SAVE_CANCEL_DONTSAVE 

Message box has DON'T SAVE,CANCEL and SAVE buttons.

Copyright © 1997-2005 Jeroen van der Zijp