Use GridNameStr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
|
|
||||||
MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
|
MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
|
||||||
MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
|
MAKE_CONST_WXSTRING_NOSWIG(GridNameStr);
|
||||||
MAKE_CONST_WXSTRING_NOSWIG(DefaultDateTimeFormat);
|
MAKE_CONST_WXSTRING_NOSWIG(DefaultDateTimeFormat);
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
@@ -1613,7 +1613,7 @@ public:
|
|||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
const wxSize& size = wxDefaultSize,
|
const wxSize& size = wxDefaultSize,
|
||||||
long style = wxWANTS_CHARS,
|
long style = wxWANTS_CHARS,
|
||||||
const wxString& name = wxPyPanelNameStr);
|
const wxString& name = wxPyGridNameStr);
|
||||||
|
|
||||||
%RenameCtor(PreGrid, wxGrid());
|
%RenameCtor(PreGrid, wxGrid());
|
||||||
|
|
||||||
@@ -1627,7 +1627,7 @@ public:
|
|||||||
const wxPoint& pos = wxDefaultPosition,
|
const wxPoint& pos = wxDefaultPosition,
|
||||||
const wxSize& size = wxDefaultSize,
|
const wxSize& size = wxDefaultSize,
|
||||||
long style = wxWANTS_CHARS,
|
long style = wxWANTS_CHARS,
|
||||||
const wxString& name = wxPyPanelNameStr );
|
const wxString& name = wxPyGridNameStr );
|
||||||
|
|
||||||
// Override the global renamer to leave these as they are, for backwards
|
// Override the global renamer to leave these as they are, for backwards
|
||||||
// compatibility
|
// compatibility
|
||||||
|
Reference in New Issue
Block a user