]> git.saurik.com Git - wxWidgets.git/commitdiff
mention the addition of the clipboard events
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 26 May 2006 01:12:30 +0000 (01:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 26 May 2006 01:12:30 +0000 (01:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index fa1d2ff5ea519a024bef4d9b941deed93cb08ef1..29aa63282b786b5d13a30392fb6e0d66b20b8f91 100644 (file)
@@ -81,6 +81,7 @@ All (GUI):
 - Added wxComboCtrl and wxOwnerDrawnComboBox (Jaakko Salli)
 - Added wxTreebook (uses a wxTreeCtrl to control pages).
 - Added wxDC::GradientFillLinear/Concentric()
+- Added clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT/PASTE)
 - Added wxRadioBox::SetItemToolTip()
 - Added wxKeyEvent::GetModifiers()
 - Added wxDialog::SetEscapeId().