Misc small changes
[wxWidgets.git] / docs / motif / issues.txt
1 Outstanding issues
2 ------------------
3
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.
15
16 - Need a way of specifying default settings for colour/font/etc.
17
18 - More optimisation could be done to reduce X server traffic, etc.
19
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.
23
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.
26
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