Some Motif fixes; makefile fixes; added wxTransferStreamToFile/FileToStream for wxWin
[wxWidgets.git] / docs / motif / issues.txt
1 Outstanding issues
2 ------------------
3
4 (see also todo.txt)
5
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.
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.
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.
15