a91b47e800
added wxRETAINED support in wxMotif; changed wxDC::SetBackground behaviour; changed OnKeyDown/OnChar behaviour; fixed wxToolBar toggle bugs; fixed wxImage on wxMotif bug whereby new was used to allocate XImage data git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 lines
475 B
Plaintext
14 lines
475 B
Plaintext
Outstanding issues
|
|
------------------
|
|
|
|
(see also todo.txt)
|
|
|
|
- wxTextCtrl doesn't work as a stream buffer in Linux/gcc
|
|
- No wxSpinButton
|
|
- Need a way of specifying default settings for colour/font/etc.
|
|
- More optimisation could be done to reduce X server traffic, etc.
|
|
- Should scrollbars take on the background colour? Not right for
|
|
e.g. wxScrolledWindows, so maybe have wxSystemSettings value for
|
|
scrollbar colour, and/or ability to set scrollbar colour independently.
|
|
|