]>
Commit | Line | Data |
---|---|---|
5523168e JS |
1 | Outstanding issues |
2 | ------------------ | |
3 | ||
4 | (see also todo.txt) | |
5 | ||
5523168e JS |
6 | - wxTextCtrl doesn't work as a stream buffer in Linux/gcc |
7 | - No wxSpinButton | |
8 | - Need a way of specifying default settings for colour/font/etc. | |
a91b47e8 JS |
9 | - More optimisation could be done to reduce X server traffic, etc. |
10 | - Should scrollbars take on the background colour? Not right for | |
11 | e.g. wxScrolledWindows, so maybe have wxSystemSettings value for | |
12 | scrollbar colour, and/or ability to set scrollbar colour independently. | |
dc1efb1d JS |
13 | - wxFrame can accept events, but apps cannot draw into it for some reason, |
14 | so the rotate sample won't work. Workaround: use an embedded wxWindow. | |
a91b47e8 | 15 |