#include <ExtendedMessageBox.h>
Public Attributes | |
| MessageBoxFunc | yesCallback |
| Function pointer to the Yes Button Callback. | |
| MessageBoxFunc | noCallback |
| Function pointer to the No Button Callback. | |
| MessageBoxFunc | okCallback |
| Function pointer to the Ok Button Callback. | |
| MessageBoxFunc | cancelCallback |
| Function pointer to the Cancel Button Callback. | |
| void * | userData |
Data attached to each extended Message box window
Definition at line 49 of file ExtendedMessageBox.h.
| MessageBoxFunc WindowExMessageBoxData::cancelCallback |
Function pointer to the Cancel Button Callback.
Definition at line 54 of file ExtendedMessageBox.h.
| MessageBoxFunc WindowExMessageBoxData::noCallback |
Function pointer to the No Button Callback.
Definition at line 52 of file ExtendedMessageBox.h.
| MessageBoxFunc WindowExMessageBoxData::okCallback |
Function pointer to the Ok Button Callback.
Definition at line 53 of file ExtendedMessageBox.h.
| void* WindowExMessageBoxData::userData |
Definition at line 55 of file ExtendedMessageBox.h.
| MessageBoxFunc WindowExMessageBoxData::yesCallback |
Function pointer to the Yes Button Callback.
Definition at line 51 of file ExtendedMessageBox.h.