pkgsrc/x11/py-wxWidgets/patches/patch-ah
joerg f0144b6ce5 Update to py-wxWidgets-2.8.10.1. The biggest change is the switch to
wxGTK 2.8 and the Unicode version as backend.
2009-08-06 23:21:31 +00:00

18 lines
781 B
Text

$NetBSD: patch-ah,v 1.1 2009/08/06 23:21:31 joerg Exp $
--- src/_xml.i.orig 2009-08-06 08:27:28.000000000 +0200
+++ src/_xml.i
@@ -134,13 +134,6 @@ public:
void SetProperties(wxXmlProperty *prop);
- wxString GetAttribute(const wxString& attrName,
- const wxString& defaultVal) const;
- //bool GetAttribute(const wxString& attrName, wxString *value) const;
- void AddAttribute(const wxString& attrName, const wxString& value);
- wxXmlProperty* GetAttributes() const;
-
-
%property(Children, GetChildren, SetChildren, doc="See `GetChildren` and `SetChildren`");
%property(Content, GetContent, SetContent, doc="See `GetContent` and `SetContent`");
%property(Name, GetName, SetName, doc="See `GetName` and `SetName`");