/**
@class wxSplashScreen
- @wxheader{splash.h}
wxSplashScreen shows a window with a thin border, displaying a bitmap
describing your
{
wxSplashScreen* splash = new wxSplashScreen(bitmap,
wxSPLASH_CENTRE_ON_SCREEN|wxSPLASH_TIMEOUT,
- 6000, @NULL, -1, wxDefaultPosition, wxDefaultSize,
+ 6000, NULL, -1, wxDefaultPosition, wxDefaultSize,
wxBORDER_SIMPLE|wxSTAY_ON_TOP);
}
wxYield();
/**
Destroys the splash screen.
*/
- ~wxSplashScreen();
+ virtual ~wxSplashScreen();
/**
Returns the splash style (see wxSplashScreen() for