]> git.saurik.com Git - wxWidgets.git/commitdiff
added listbox creation under Mac OS X and toggle buttons
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 16 Jun 2001 21:11:32 +0000 (21:11 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 16 Jun 2001 21:11:32 +0000 (21:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/mac/todo.txt

index 177182d2112ced05f8e5dd2d9c19c5ef186dee5a..1e6d62469b0cf3af4cd17d9837824ef3ab60db10 100644 (file)
@@ -1,4 +1,17 @@
 in the carbon targets the following items are still missing
 
 - printing support
-- navigation services support
\ No newline at end of file
+- navigation services support
+
+Bugs/Defects (GD)
+-----------------
+* Correct listbox creation which is causing the following error message
+  under Mac OS X:
+
+./Controls/Source/ControlAllocation.cp:755: failed assertion `theErr == noErr'
+Abort
+
+  This is due to the constant kwxMacListWithVerticalScrollbar at line 40 of
+  src/mac/listbox.cpp.
+
+* Implement toggle buttons missing under Mac OS & Mac OS X