mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
No longer any need to explicitly ignore some macros
This commit is contained in:
@@ -99,15 +99,6 @@ def run():
|
||||
#endif
|
||||
""")
|
||||
|
||||
# C macros that need to be ignored
|
||||
module.find('wx__DECLARE_EVT0').ignore()
|
||||
module.find('wx__DECLARE_EVT1').ignore()
|
||||
module.find('wx__DECLARE_EVT2').ignore()
|
||||
module.find('wxEVENT_HANDLER_CAST').ignore()
|
||||
module.find('wxDECLARE_EXPORTED_EVENT').ignore()
|
||||
module.find('wxDECLARE_EVENT').ignore()
|
||||
module.find('wxDEFINE_EVENT').ignore()
|
||||
|
||||
|
||||
module.addPyClass('PyEventBinder', ['object'],
|
||||
doc="""\
|
||||
|
||||
Reference in New Issue
Block a user