#pragma hdrstop
#endif
+#include "wx/image.h"
+
// Include private headers
#include "styles.h"
CreateStatusBar(1);
SetStatusText( "Welcome to Styles!" );
-
wxImage image;
image.LoadFile( "marble.jpg", wxBITMAP_TYPE_JPEG );
wxBitmap bitmap( image );
+#ifdef __WXUNIVERSAL__
SetBackground( bitmap, 0, wxTILE );
+#endif
new wxStaticText( this, -1, "This is text", wxPoint( 20,50 ) );