reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-09-21 22:51:09 +00:00
parent 14cb220a29
commit a08f21ce07
9 changed files with 114 additions and 24 deletions

View File

@@ -273,6 +273,9 @@ def SystemOptions_IsFalse(*args, **kwargs):
"""SystemOptions_IsFalse(String name) -> bool"""
return _misc_.SystemOptions_IsFalse(*args, **kwargs)
# Until the new native control for wxMac is up to par, still use the generic one.
SystemOptions.SetOptionInt("mac.listctrl.always_use_generic", 1)
#---------------------------------------------------------------------------