mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 04:50:07 +01:00
add deprecated stubs for GetNoAntiAliasing and SetNoAntiAliasing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@72240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -98,6 +98,8 @@ def run():
|
||||
module.find('wxFromString').ignore()
|
||||
module.find('wxToString').ignore()
|
||||
|
||||
c.addPyMethod('SetNoAntiAliasing', '(self, no=True)', 'pass', deprecated=True)
|
||||
c.addPyMethod('GetNoAntiAliasing', '(self)', 'pass', deprecated=True)
|
||||
|
||||
# Some aliases that should be phased out eventually, (sooner rather than
|
||||
# later.) They are already gone (or wrapped by an #if) in the C++ code,
|
||||
|
||||
Reference in New Issue
Block a user