]> git.saurik.com Git - wxWidgets.git/blame - docs/motif/issues.txt
More native look for wxSpinButton.
[wxWidgets.git] / docs / motif / issues.txt
CommitLineData
5523168e
JS
1Outstanding issues
2------------------
3
281b0186
JS
4Last updated 19/3/2000.
5
6See also: todo.txt.
7
f6bcfd97
BP
8- Sockets not yet working since idle wake-up not implemented.
9
281b0186
JS
10- wxTextCtrl doesn't work as a stream buffer in Linux/gcc.
11
281b0186
JS
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
f6bcfd97
BP
24- wxFrame can accept events, but apps cannot draw into it for
25 Workaround: use an embedded wxWindow.
26
27- The background of a window sometimes isn't restored when changing
28 notebook pages (see sashtest, mdi examples). The notebook background
29 colour shows through. A resize, or scroll, restores the correct
30 background colour.
a91b47e8 31
281b0186
JS
32- In Life! sample, text above slider isn't legible.
33
f6bcfd97
BP
34- samples/html/helpview and samples/help demonstrate that sometimes,
35 XPM images can't be loaded, perhaps only in 256-colour mode. This
36 will now cause an assert rather than an X error. But we need to
37 either cure the XPM loading problem, or provide alternative toolbar
38 buttons (for HelpView) and icons (for places where icons are used e.g.
39 in the log dialog).
281b0186
JS
40
41- Dialog Editor needs a lot of work.
42