]> git.saurik.com Git - wxWidgets.git/commitdiff
Added IsDynamic to XTI
authorJulian Smart <julian@anthemion.co.uk>
Wed, 12 Apr 2006 13:46:21 +0000 (13:46 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 12 Apr 2006 13:46:21 +0000 (13:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/xti.h

index de91e9d8da547f377b584318bc778858e9fd5f87..ca4db5f41c03dc194627ea08141b9e90de2b238f 100644 (file)
@@ -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; }