%module utils
%{
-#include "helpers.h"
+#include "export.h"
#include <wx/config.h>
#include <wx/fileconf.h>
#include <wx/datetime.h>
//---------------------------------------------------------------------------
%{
+ static wxString wxPyEmptyStr("");
+
static PyObject* __EnumerationHelper(bool flag, wxString& str, long index) {
PyObject* ret = PyTuple_New(3);
if (ret) {
int n = 1,
Month month = Inv_Month,
int year = Inv_Year);
- wxDateTime GetWeekDay(WeekDay weekday,
- int n = 1,
- Month month = Inv_Month,
- int year = Inv_Year);
+// wxDateTime GetWeekDay(WeekDay weekday,
+// int n = 1,
+// Month month = Inv_Month,
+// int year = Inv_Year);
// sets to the last weekday in the given month, year
bool SetToLastWeekDay(WeekDay weekday,
//---------------------------------------------------------------------------
%init %{
-
-// wxClassInfo::CleanUpClasses();
-// wxClassInfo::InitializeClasses();
-
+ wxClassInfo::CleanUpClasses();
+ wxClassInfo::InitializeClasses();
%}
//---------------------------------------------------------------------------