]> git.saurik.com Git - wxWidgets.git/commitdiff
formatting and comment about refresh bugs in wxGrid
authorRobin Dunn <robin@alldunn.com>
Fri, 22 Apr 2005 00:44:36 +0000 (00:44 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 22 Apr 2005 00:44:36 +0000 (00:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index 9e854bae53350b824560694c50145e7b291ece09..56dbc8250e6db5562885e2df1317fa30f8f5b5c9 100644 (file)
@@ -28,15 +28,17 @@ able to do in a unicode build, and in an ansi build it will depend on
 the content of the utf-8 used being compatible with the current
 encoding, (you'll get an exception otherwise.)
 
-      AddTextRaw          AddTextUTF8
-      InsertTextRaw       InsertTextUTF8
-      GetCurLineRaw       GetCurLineUTF8
-      GetLineRaw          GetLineUTF8
-      GetSelectedTextRaw  GetSelectedTextUTF8
-      GetTextRangeRaw     GetTextRangeUTF8
-      SetTextRaw          SetTextUTF8
-      GetTextRaw          GetTextUTF8
-      AppendTextRaw       AppendTextUTF8
+      ===================  ====================
+      AddTextRaw           AddTextUTF8
+      InsertTextRaw        InsertTextUTF8
+      GetCurLineRaw        GetCurLineUTF8
+      GetLineRaw           GetLineUTF8
+      GetSelectedTextRaw   GetSelectedTextUTF8
+      GetTextRangeRaw      GetTextRangeUTF8
+      SetTextRaw           SetTextUTF8
+      GetTextRaw           GetTextUTF8
+      AppendTextRaw        AppendTextUTF8
+      ===================  ====================
 
 
 wx.stc.StyledTextCtrl:  Added the StyleSetFontEncoding(style, enc)
@@ -46,6 +48,9 @@ a particular style.
 wxMac: Fixed wx.ComboBox to forward the EVT_CHAR, EVT_KEY_DOWN,
 EVT_KEY_UP and EVT_TEXT events from its embedded text control.
 
+wxMac: Corrected refresh bugs in wxGrid.
+
+