mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 19:40:12 +01:00
Add EnableSystemTheme method to the classes which support it
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user