Return Codes | |
| |
#define | FX_MESSAGE_NO |
Indicates that the user pressed the 'No' button. | |
#define | FX_MESSAGE_YES |
Indicates that the user pressed the 'Yes' button. | |
#define | FX_MESSAGE_CANCEL |
Indicates that the user pressed the 'Cancel' button. | |
#define | FX_MESSAGE_OK |
Message Box Type Flags | |
| |
#define | FX_MESSAGE_OKCANCEL |
Flag indicating a message box with 'Ok' and 'Cancel' buttons. | |
#define | FX_MESSAGE_YESNO |
Flag indicating a message box with 'Yes' and 'No' buttons. | |
#define | FX_MESSAGE_YESNOCANCEL |
Flag indicating a message box with 'Yes', 'No' and 'Cancel' buttons. | |
Message Type Flags | |
| |
#define | FX_MESSAGE_INFO |
Flag indicating that this message is providing information. | |
#define | FX_MESSAGE_WARNING |
Flag indicating that this message is providing a warning. | |
#define | FX_MESSAGE_ERROR |
Flag indicating that this message indicates an error. | |
#define | FX_MESSAGE_QUESTION |
Flag indicating that this message asks a question in which a response is requested. | |
Message Directive Flags | |
| |
#define | FX_MESSAGE_POST |
Post a message box. | |
#define | FX_MESSAGE_NOPORT |
Do not write to messiah's message port. | |
#define | FX_MESSAGE_NOLOG |
Do not write to the log file. | |
#define | FX_MESSAGE_IMMEDIATE |
Update message port right now. | |
API Functions | |
| |
FXint | fxMessageSend (FXentity ID, FXchar *title, FXint flags, FXchar *message, FXchar *description) |
Display a message to the message port and/or as a message box. | |
FXint | fxMessageProgress (FXentity ID, FXint progress, FXint flags, FXchar *message) |
Display a message and a progress bar in messiah's message port. |
|
Indicates that the user pressed the 'No' button Also a flag indicating a message box with only an 'Ok' button |
|
Display a message and a progress bar in messiah's message port.
|
|
Display a message to the message port and/or as a message box.
|
© 2003 pmG WorldWide,
LLC.
|
Last
Updated on Thu Jul 10 04:49:37 2003
|