mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 13:00:07 +01:00
SetEditCanceled is an implementation detail not meant to be public
This commit is contained in:
@@ -223,6 +223,7 @@ def run():
|
||||
"""))
|
||||
|
||||
|
||||
# compatibility aliases
|
||||
# compatibility aliases
|
||||
module.addPyCode("""\
|
||||
PyDataViewIndexListModel = wx.deprecated(DataViewIndexListModel)
|
||||
@@ -455,8 +456,6 @@ def run():
|
||||
c = module.find('wxDataViewEvent')
|
||||
tools.fixEventClass(c)
|
||||
|
||||
c.addProperty('EditCancelled', 'IsEditCancelled', 'SetEditCancelled')
|
||||
|
||||
c.find('SetCache.from').name = 'from_'
|
||||
c.find('SetCache.to').name = 'to_'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user