]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
use void pointers, not char ones, in socket IO functions
[wxWidgets.git] / docs / changes.txt
index 45835577772c07fd9c0bd4aff326a4c4a185f19e..f08a7c08c3ae56cba3ba4f55638a0acf367634de 100644 (file)
@@ -460,6 +460,7 @@ wxMSW:
 - Fixed infinite loop in wxThread::Wait() in console applications.
 - Return the restored window size from GetSize() when window is minimized.
 - wxCheckListBox now looks more native, especially under XP (Marcin Malich).
+- wxCheckListBox now also supports use of client data (Marcin Malich).
 - Allow tooltips longer than 64 (up to 128) characters in wxTaskBarIcon
 - Fix centering wxFileDialog and allow positioning it.
 - Allow centering wxMessageDialog on its parent window (troelsk).