DetachRoot
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
const wxString& content = wxPyEmptyString));
|
||||
|
||||
void AddChild(wxXmlNode *child);
|
||||
void InsertChild(wxXmlNode *child, wxXmlNode *before_node);
|
||||
bool InsertChild(wxXmlNode *child, wxXmlNode *before_node);
|
||||
bool RemoveChild(wxXmlNode *child);
|
||||
void AddProperty(wxXmlProperty *prop);
|
||||
%Rename(AddPropertyName, void, AddProperty(const wxString& name, const wxString& value));
|
||||
@@ -160,6 +160,7 @@ public:
|
||||
wxString GetFileEncoding() const;
|
||||
|
||||
// Write-access methods:
|
||||
wxXmlNode *DetachRoot();
|
||||
void SetRoot(wxXmlNode *node);
|
||||
void SetVersion(const wxString& version);
|
||||
void SetFileEncoding(const wxString& encoding);
|
||||
|
Reference in New Issue
Block a user