]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xmlreshandler.h
Fix wrong tab order in wxAuiNotebook after dragging.
[wxWidgets.git] / include / wx / xrc / xmlreshandler.h
index 7c7f3fece39fd12ae03509ea6b14267a3d964d50..d581299cb0c8e010006946757fb97150bd5c59f6 100644 (file)
@@ -354,6 +354,15 @@ protected:
     wxWindow *m_parentAsWindow;
     wxXmlResource *m_resource;
 
+    // provide method access to those member variables
+    wxXmlResource* GetResource() const        { return m_resource; }
+    wxXmlNode* GetNode() const                { return m_node; }
+    wxString GetClass() const                 { return m_class; }
+    wxObject* GetParent() const               { return m_parent; }
+    wxObject* GetInstance() const             { return m_instance; }
+    wxWindow* GetParentAsWindow() const       { return m_parentAsWindow; }
+
+    
     wxArrayString m_styleNames;
     wxArrayInt m_styleValues;