From 7be451686e4f4db5ab58b0a55aaad833e7ee8bdb Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 6 Mar 2015 13:57:21 -0800 Subject: [PATCH] Add TODO for pythonizing wx.StatusBar.SetStatusStyles --- TODO.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.txt b/TODO.txt index 5fc0ba8d..8fcaab48 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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. +