git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41862
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
// Create the main frame window
{
// Create the main frame window
- MyFrame* frame = new MyFrame((wxFrame *)NULL, wxID_ANY, _T("Animation Demo"));
+ MyFrame* frame = new MyFrame((wxFrame *)NULL, wxID_ANY, _T("Animation Demo"),
+ wxDefaultPosition, wxSize(500, 400),
+ wxDEFAULT_FRAME_STYLE);
// Give it an icon
frame->SetIcon(wxICON(sample));
// Give it an icon
frame->SetIcon(wxICON(sample));