Пример #1
0
bool MyApp::OnInit()
{
	ScrolledWindow * sw = new ScrolledWindow(wxT("wxScrolledWindow测试")) ;
	sw->Show(true);

	return true;
}