]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xti.h
show native-looking (with 3D shadow) help tooltips for context help, if possible...
[wxWidgets.git] / include / wx / xti.h
index 881ae54bec77d3703b19ee7efd3c7232db6583df..ca4db5f41c03dc194627ea08141b9e90de2b238f 100644 (file)
@@ -689,7 +689,7 @@ private :
     wxString m_name ;
 } ;
 
-#include <wx/dynarray.h>
+#include "wx/dynarray.h"
 
 WX_DECLARE_OBJARRAY_WITH_DECL(wxxVariant, wxxVariantArray, class WXDLLIMPEXP_BASE);
 
@@ -1661,6 +1661,7 @@ public:
     const wxChar       *GetIncludeName() const { return m_unitName ; }
     const wxClassInfo **GetParents() const { return m_parents; }
     int                 GetSize() const { return m_objectSize; }
+    bool                IsDynamic() const { return (NULL != m_objectConstructor); }
 
     wxObjectConstructorFn      GetConstructor() const { return m_objectConstructor; }
     static const wxClassInfo  *GetFirst() { return sm_first; }
@@ -2076,4 +2077,4 @@ template<typename collection_t> void wxArrayCollectionToVariantArray( const coll
 }
 
 
-#endif
+#endif // _WX_XTIH__