Add TODO for pythonizing wx.StatusBar.SetStatusStyles

This commit is contained in:
Robin Dunn
2015-03-06 13:57:21 -08:00
parent 5ae6f4b5c0
commit 7be451686e

View File

@@ -187,3 +187,6 @@ other dev stuff
internaly and the DataViewEvent is used for passing the data objects
around we may need to do something to help convert the raw data to python
DataObjects.
* Pythonize wx.StatusBar.SetStatusStyles like is done for SetStatusWidths.