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