git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2005-04-19 03:41:43 +00:00
parent 5e6880e647
commit 4930046b96
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ public:
bool Create(wxWindow *parent, wxWindowID winid, int range,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxSL_HORIZONTAL,
long style = wxGA_HORIZONTAL,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxGaugeNameStr);
virtual ~wxGauge();

View File

@@ -39,7 +39,7 @@ public:
bool Create(wxWindow *parent, wxWindowID winid = -1,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxSL_HORIZONTAL,
long style = wxSP_HORIZONTAL,
const wxString& name = wxSPIN_BUTTON_NAME);
virtual ~wxSpinButton();