]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/wxrcedit/propframe.h
added wxFrame::IsMDIChild() (msw only, protected)
[wxWidgets.git] / contrib / utils / wxrcedit / propframe.h
index 6a9595850047ace1d8c0000488dee9fcec953dd2..069654d6c64b895d4f98204f6bed433ac8609566 100644 (file)
@@ -32,7 +32,7 @@ class PropertiesFrame : public wxFrame
         
         void ClearProps();
         void AddProps(PropertyInfoArray& plist);
-        void AddSingleProp(const PropertyInfo& pinfo);
+        void AddSingleProp(const PropertyInfo& pinfo, wxTreeItemId *root = NULL);
       
         static PropertiesFrame *Get();