wxwidgets.cfg: Added support for wxDECLARE_EVENT_TABLE.
This commit is contained in:
parent
588ec80122
commit
3b935af90e
|
@ -1332,6 +1332,8 @@
|
|||
</arg>
|
||||
<warn severity="style">This function is deprecated. Please use 'SetDefaultCellTextColour(colour)' instead.</warn>
|
||||
</function> -->
|
||||
<define name="DECLARE_EVENT_TABLE()" value="wxDECLARE_EVENT_TABLE()"/>
|
||||
<define name="wxDECLARE_EVENT_TABLE()" value="private: static const wxEventTableEntry sm_eventTableEntries[]; protected: const wxEventTable* GetEventTable() const; wxEventHashTable& GetEventHashTable() const; static const wxEventTable sm_eventTable; static wxEventHashTable sm_eventHashTable;"/>
|
||||
<!-- Override macros which don't necessarily require semicolons at the end -->
|
||||
<define name="DECLARE_CLASS(n)" value=""/>
|
||||
<define name="DECLARE_DYNAMIC_CLASS(n)" value=""/>
|
||||
|
@ -1342,7 +1344,6 @@
|
|||
<define name="DECLARE_LOCAL_EVENT_TYPE(name, value)" value=""/>
|
||||
<define name="DEFINE_EVENT_TYPE(name)" value=""/>
|
||||
<define name="DEFINE_LOCAL_EVENT_TYPE(name)" value=""/>
|
||||
<define name="DECLARE_EVENT_TABLE()" value=""/>
|
||||
<define name="wxDECLARE_EVENT( name, type )" value=""/>
|
||||
<define name="wxDECLARE_NO_COPY_CLASS(classname)" value=""/>
|
||||
<define name="wxDEFINE_EVENT( name, type )" value=""/>
|
||||
|
|
Loading…
Reference in New Issue