Added IsDynamic to XTI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
dd456db5e6
commit
cb8acbd632
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user