]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/motif/issues.txt
Chnaged includes to work without precompiled headers
[wxWidgets.git] / docs / motif / issues.txt
index 9c2739f59641e88491f311e26fad452879475485..743cbdb1e06e5ea05c37a2057562b1c0999e9478 100644 (file)
@@ -3,9 +3,13 @@ Outstanding issues
 
 (see also todo.txt)
 
-- wxTreeCtrl, wxListCtrl need some debugging (probably mostly
-  wxMotif scrolling 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.
+