![]() |
Public API Reference |
#include <natwin.h>
Inheritance diagram for iNativeWindowManager:
Public Methods | |
virtual void | Alert (int type, const char *title, const char *okMsg, const char *msg,...)=0 |
Show an alert. More... | |
virtual void | AlertV (int type, const char *title, const char *okMsg, const char *msg, va_list arg)=0 |
Show an alert. More... |
At this moment this interface is nearly empty. In the future it will be extended with more functionality to manage windows and so on.
Definition at line 50 of file natwin.h.
|
Show an alert. Type is one of CS_ALERT_???.
|
|
Show an alert. Type is one of CS_ALERT_???.
|