// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "propframe.h"
#endif
void ClearProps();
void AddProps(PropertyInfoArray& plist);
- void AddSingleProp(const PropertyInfo& pinfo);
+ void AddSingleProp(const PropertyInfo& pinfo, wxTreeItemId *root = NULL);
static PropertiesFrame *Get();