formatting and comment about refresh bugs in wxGrid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6f076cb30d
commit
33b0e2df56
@ -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
|
the content of the utf-8 used being compatible with the current
|
||||||
encoding, (you'll get an exception otherwise.)
|
encoding, (you'll get an exception otherwise.)
|
||||||
|
|
||||||
AddTextRaw AddTextUTF8
|
=================== ====================
|
||||||
InsertTextRaw InsertTextUTF8
|
AddTextRaw AddTextUTF8
|
||||||
GetCurLineRaw GetCurLineUTF8
|
InsertTextRaw InsertTextUTF8
|
||||||
GetLineRaw GetLineUTF8
|
GetCurLineRaw GetCurLineUTF8
|
||||||
GetSelectedTextRaw GetSelectedTextUTF8
|
GetLineRaw GetLineUTF8
|
||||||
GetTextRangeRaw GetTextRangeUTF8
|
GetSelectedTextRaw GetSelectedTextUTF8
|
||||||
SetTextRaw SetTextUTF8
|
GetTextRangeRaw GetTextRangeUTF8
|
||||||
GetTextRaw GetTextUTF8
|
SetTextRaw SetTextUTF8
|
||||||
AppendTextRaw AppendTextUTF8
|
GetTextRaw GetTextUTF8
|
||||||
|
AppendTextRaw AppendTextUTF8
|
||||||
|
=================== ====================
|
||||||
|
|
||||||
|
|
||||||
wx.stc.StyledTextCtrl: Added the StyleSetFontEncoding(style, enc)
|
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,
|
wxMac: Fixed wx.ComboBox to forward the EVT_CHAR, EVT_KEY_DOWN,
|
||||||
EVT_KEY_UP and EVT_TEXT events from its embedded text control.
|
EVT_KEY_UP and EVT_TEXT events from its embedded text control.
|
||||||
|
|
||||||
|
wxMac: Corrected refresh bugs in wxGrid.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user