added wxSize::IncBy() and DecBy() methods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-09-24 11:08:51 +00:00
parent 57b5c44a4f
commit 2335974794
3 changed files with 54 additions and 1 deletions

View File

@@ -62,8 +62,11 @@ All:
All (GUI):
- Support for right-to-left text layout (Diaa Sami during Google Summer of Code)
- Support for right-to-left text layout
(started by Diaa Sami during Google Summer of Code, with a lot of help from
Tim Kosse and others)
- Added wxID_PAGE_SETUP standard id
- Added wxSize::IncBy() and DecBy() methods
wxMSW: