X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/06ad863606966ceee6e7eea537f8d427f0d891a9..444cb676b239bd5d87c645c21c800053271cc348:/docs/motif/issues.txt diff --git a/docs/motif/issues.txt b/docs/motif/issues.txt index de016c58c9..743cbdb1e0 100644 --- a/docs/motif/issues.txt +++ b/docs/motif/issues.txt @@ -6,4 +6,10 @@ Outstanding issues - 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. \ No newline at end of file +- 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. +- wxFrame can accept events, but apps cannot draw into it for some reason, + so the rotate sample won't work. Workaround: use an embedded wxWindow. +