reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-24 03:09:10 +00:00
parent 1c7edd1d3c
commit dae0faa6be
7 changed files with 140 additions and 18 deletions

View File

@@ -164,11 +164,6 @@ def SystemSettings_SetScreenType(*args, **kwargs):
"""SystemSettings_SetScreenType(int screen)"""
return _misc.SystemSettings_SetScreenType(*args, **kwargs)
# backwards compatibility aliasses
SystemSettings_GetSystemColour = SystemSettings_GetColour
SystemSettings_GetSystemFont = SystemSettings_GetFont
SystemSettings_GetSystemMetric = SystemSettings_GetMetric
class SystemOptions(core.Object):
def __repr__(self):
return "<%s.%s; proxy of C++ wxSystemOptions instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)