Document me! @@.
More...
#include <ivaria/xwindow.h>
List of all members.
Public Member Functions |
virtual bool | AlertV (int type, const char *title, const char *okMsg, const char *msg, va_list arg)=0 |
| Show a message box.
|
virtual void | SetIcon (iImage *image)=0 |
| Sets the icon of this window with the provided one.
|
Detailed Description
Document me! @@.
Definition at line 41 of file xwindow.h.
Member Function Documentation
virtual bool iXWindow::AlertV |
( |
int |
type, |
|
|
const char * |
title, |
|
|
const char * |
okMsg, |
|
|
const char * |
msg, |
|
|
va_list |
arg |
|
) |
| [pure virtual] |
Show a message box.
- Returns:
- Whether the message was actually shown. If 'false', the caller should display the message in an alternate way.
Sets the icon of this window with the provided one.
- Parameters:
-
image | the iImage to set as the icon of this window. |
The documentation for this struct was generated from the following file: