CrystalSpace

Public API Reference

iXWindow Struct Reference

Document me! @@. More...

#include <ivaria/xwindow.h>

Inheritance diagram for iXWindow:

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.
virtual void iXWindow::SetIcon ( iImage image  )  [pure virtual]

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:

Generated for Crystal Space 2.0 by doxygen 1.6.1