]>
Commit | Line | Data |
---|---|---|
5523168e JS |
1 | Outstanding issues |
2 | ------------------ | |
3 | ||
281b0186 JS |
4 | Last updated 19/3/2000. |
5 | ||
6 | See also: todo.txt. | |
7 | ||
8 | - wxTextCtrl doesn't work as a stream buffer in Linux/gcc. | |
9 | ||
10 | - No wxSpinButton. | |
11 | ||
12 | - No wxToolTip (but see wxToolBar for a way of implementing it). | |
13 | ||
14 | - Limited clipboard support (text only) and no drag and drop. | |
5523168e | 15 | |
5523168e | 16 | - Need a way of specifying default settings for colour/font/etc. |
281b0186 | 17 | |
a91b47e8 | 18 | - More optimisation could be done to reduce X server traffic, etc. |
281b0186 | 19 | |
a91b47e8 JS |
20 | - Should scrollbars take on the background colour? Not right for |
21 | e.g. wxScrolledWindows, so maybe have wxSystemSettings value for | |
22 | scrollbar colour, and/or ability to set scrollbar colour independently. | |
281b0186 | 23 | |
dc1efb1d JS |
24 | - wxFrame can accept events, but apps cannot draw into it for some reason, |
25 | so the rotate sample won't work. Workaround: use an embedded wxWindow. | |
a91b47e8 | 26 | |
281b0186 JS |
27 | - In Life! sample, text above slider isn't legible. |
28 | ||
29 | - samples/html/helpview and samples/help show a problem when showing | |
30 | the advanced HTML help controller: a BadDrawable X error occurs | |
31 | (unfortunately hard to tell where). Somewhere in wxHtmlHelpFrame. | |
32 | ||
33 | - Dialog Editor needs a lot of work. | |
34 |