]> git.saurik.com Git - wxWidgets.git/blob - docs/mac/todo.txt
fixed clip rect when logical coords != device ones
[wxWidgets.git] / docs / mac / todo.txt
1 in the carbon targets the following items are still missing
2
3 - printing support
4 - navigation services support
5
6 Bugs/Defects (GD)
7 -----------------
8 * Correct listbox creation which is causing the following error message
9 under Mac OS X:
10
11 ./Controls/Source/ControlAllocation.cp:755: failed assertion `theErr == noErr'
12 Abort
13
14 This is due to the constant kwxMacListWithVerticalScrollbar at line 40 of
15 src/mac/listbox.cpp.
16
17 * Implement toggle buttons missing under Mac OS & Mac OS X