rebaked with baefile rev 928

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-11-04 20:39:49 +00:00
parent a485900cf0
commit 69199aad02
151 changed files with 1273 additions and 650 deletions

View File

@@ -939,7 +939,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
#if wxUSE_SPINCTRL
m_spinctrl = new wxSpinCtrl( panel, ID_SPINCTRL, wxEmptyString, wxPoint(200, 160), wxSize(80, wxDefaultCoord) );
//m_spinctrl->SetRange(10,30);
m_spinctrl->SetRange(-10,30);
m_spinctrl->SetValue(15);
#endif // wxUSE_SPINCTRL