%import _defs.i
%import misc.i
+
+%{
+ static wxString wxPyEmptyStr("");
+%}
+
//---------------------------------------------------------------------------
// class wxGDIImage {
};
%new wxColour* wxNamedColour(const wxString& colorName);
+
%{ // Alternate 'constructor'
wxColour* wxNamedColour(const wxString& colorName) {
return new wxColour(colorName);
//---------------------------------------------------------------------------
-#ifdef __WXMSW__
-class wxPrinterDC : public wxDC {
-public:
- wxPrinterDC(const wxString& driver, const wxString& device, const wxString& output,
- bool interactive = TRUE, int orientation = wxPORTRAIT);
-};
-#endif
-
-//---------------------------------------------------------------------------
#ifdef __WXMSW__
class wxMetaFileDC : public wxDC {