reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -241,6 +241,11 @@ class SystemOptions(_core.Object):
|
||||
return _misc_.SystemOptions_HasOption(*args, **kwargs)
|
||||
|
||||
HasOption = staticmethod(HasOption)
|
||||
def IsFalse(*args, **kwargs):
|
||||
"""IsFalse(String name) -> bool"""
|
||||
return _misc_.SystemOptions_IsFalse(*args, **kwargs)
|
||||
|
||||
IsFalse = staticmethod(IsFalse)
|
||||
|
||||
class SystemOptionsPtr(SystemOptions):
|
||||
def __init__(self, this):
|
||||
@@ -271,6 +276,10 @@ def SystemOptions_HasOption(*args, **kwargs):
|
||||
"""SystemOptions_HasOption(String name) -> bool"""
|
||||
return _misc_.SystemOptions_HasOption(*args, **kwargs)
|
||||
|
||||
def SystemOptions_IsFalse(*args, **kwargs):
|
||||
"""SystemOptions_IsFalse(String name) -> bool"""
|
||||
return _misc_.SystemOptions_IsFalse(*args, **kwargs)
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user