1Outstanding issues
2------------------
3
4Last updated 19/3/2000.
5
6See also: todo.txt.
7
8- wxTextCtrl doesn't work as a stream buffer in Linux/gcc.
9
10- No wxToolTip (but see wxToolBar for a way of implementing it).
11
12- Need a way of specifying default settings for colour/font/etc.
13
14- More optimisation could be done to reduce X server traffic, etc.
15
16- Should scrollbars take on the background colour? Not right for
17  e.g. wxScrolledWindows, so maybe have wxSystemSettings value for
18  scrollbar colour, and/or ability to set scrollbar colour independently.
19
20- wxFrame can accept events, but apps cannot draw into it for
21  Workaround: use an embedded wxWindow.
22
23- The background of a window sometimes isn't restored when changing
24  notebook pages (see sashtest, mdi examples). The notebook background
25  colour shows through. A resize, or scroll, restores the correct
26  background colour.
27
28- In Life! sample, text above slider isn't legible.
29
30- samples/html/helpview and samples/help demonstrate that sometimes,
31  XPM images can't be loaded, perhaps only in 256-colour mode. This
32  will now cause an assert rather than an X error. But we need to
33  either cure the XPM loading problem, or provide alternative toolbar
34  buttons (for HelpView) and icons (for places where icons are used e.g.
35  in the log dialog).
36