* Some WXWIN_COMPATIBILITY_2_4 changes, as well as flagging other
things that will need fixing when WXWIN_COMPATIBILITY_2_4 is turned off. * Create a custom version of the "default" ctor for wxCursor on wxGTK * Switch to new format string and name string constants for default values * Changes some public data members of event classes into properties as they are no longer public in the C++. * Added wxSL_INVERSE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -39,8 +39,7 @@
|
||||
|
||||
MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
|
||||
MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
|
||||
MAKE_CONST_WXSTRING2(DateTimeFormatStr, wxT("%c"));
|
||||
|
||||
MAKE_CONST_WXSTRING_NOSWIG(DefaultDateTimeFormat);
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// OOR related typemaps and helper functions
|
||||
@@ -736,8 +735,8 @@ class wxGridCellDateTimeRenderer : public wxGridCellStringRenderer
|
||||
{
|
||||
public:
|
||||
%pythonAppend wxGridCellDateTimeRenderer "self._setOORInfo(self)"
|
||||
wxGridCellDateTimeRenderer(wxString outformat = wxPyDateTimeFormatStr,
|
||||
wxString informat = wxPyDateTimeFormatStr);
|
||||
wxGridCellDateTimeRenderer(wxString outformat = wxPyDefaultDateTimeFormat,
|
||||
wxString informat = wxPyDefaultDateTimeFormat);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user