-1->wxID_ANY replacement.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -48,7 +48,7 @@ DECLARE_APP(MyApp)
|
|||||||
class MyNotebook : public wxNotebook
|
class MyNotebook : public wxNotebook
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
MyNotebook(wxWindow *parent, wxWindowID id = -1,
|
MyNotebook(wxWindow *parent, wxWindowID id = wxID_ANY,
|
||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
const wxSize& size = wxDefaultSize, long style = 0);
|
const wxSize& size = wxDefaultSize, long style = 0);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user