reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -155,7 +155,7 @@ class SystemSettings(object):
|
||||
|
||||
GetFont = staticmethod(GetFont)
|
||||
def GetMetric(*args, **kwargs):
|
||||
"""GetMetric(int index) -> int"""
|
||||
"""GetMetric(int index, Window win=None) -> int"""
|
||||
return _misc_.SystemSettings_GetMetric(*args, **kwargs)
|
||||
|
||||
GetMetric = staticmethod(GetMetric)
|
||||
@@ -191,7 +191,7 @@ def SystemSettings_GetFont(*args, **kwargs):
|
||||
return _misc_.SystemSettings_GetFont(*args, **kwargs)
|
||||
|
||||
def SystemSettings_GetMetric(*args, **kwargs):
|
||||
"""SystemSettings_GetMetric(int index) -> int"""
|
||||
"""SystemSettings_GetMetric(int index, Window win=None) -> int"""
|
||||
return _misc_.SystemSettings_GetMetric(*args, **kwargs)
|
||||
|
||||
def SystemSettings_HasFeature(*args, **kwargs):
|
||||
|
Reference in New Issue
Block a user