Add EnableSystemTheme method to the classes which support it

This commit is contained in:
Robin Dunn
2019-06-12 13:33:26 -07:00
parent 9f6fd03601
commit 54dc9ac457
5 changed files with 42 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ def run():
c.find(name).ignore(False)
c.find(name).isVirtual = True
tools.addEnableSystemTheme(c, 'wx.ListCtrl')
# Tweaks to allow passing and using a Python callable object for the sort
# compare function. First provide a sort callback function that can call the
@@ -108,7 +109,6 @@ def run():
c.find('SetItemPtrData').ignore()
# Change the semantics of GetColumn to return the item as the return
# value instead of through a parameter.
# bool GetColumn(int col, wxListItem& item) const;