compilo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
|||||||
bool Create(wxWindow *parent, wxWindowID winid, int range,
|
bool Create(wxWindow *parent, wxWindowID winid, int range,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
const wxSize& size = wxDefaultSize,
|
const wxSize& size = wxDefaultSize,
|
||||||
long style = wxSL_HORIZONTAL,
|
long style = wxGA_HORIZONTAL,
|
||||||
const wxValidator& validator = wxDefaultValidator,
|
const wxValidator& validator = wxDefaultValidator,
|
||||||
const wxString& name = wxGaugeNameStr);
|
const wxString& name = wxGaugeNameStr);
|
||||||
virtual ~wxGauge();
|
virtual ~wxGauge();
|
||||||
|
@@ -39,7 +39,7 @@ public:
|
|||||||
bool Create(wxWindow *parent, wxWindowID winid = -1,
|
bool Create(wxWindow *parent, wxWindowID winid = -1,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
const wxSize& size = wxDefaultSize,
|
const wxSize& size = wxDefaultSize,
|
||||||
long style = wxSL_HORIZONTAL,
|
long style = wxSP_HORIZONTAL,
|
||||||
const wxString& name = wxSPIN_BUTTON_NAME);
|
const wxString& name = wxSPIN_BUTTON_NAME);
|
||||||
virtual ~wxSpinButton();
|
virtual ~wxSpinButton();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user