Added wxRichTextCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-10-19 12:52:47 +00:00
parent 65de19d80a
commit 5d7836c47d
63 changed files with 18991 additions and 1963 deletions

View File

@@ -11,22 +11,23 @@ All:
All (GUI):
- added wxTreeBook
- added wxDialog::SetEscapeId()
- Added wxTreeBook.
- Added wxDialog::SetEscapeId().
- wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox,
wxComboBox and wxChoice)
- wxWindow::Fit() now works correctly for frames and dialogs too
- added access to the border size between pages and controller in book
based controls (wxBookCtrlBase::Get/SetInternalBorder)
wxComboBox and wxChoice).
- wxWindow::Fit() now works correctly for frames and dialogs too.
- Added access to the border size between pages and controller in book
based controls (wxBookCtrlBase::Get/SetInternalBorder).
- Added initial wxRichTextCtrl implementation.
wxMSW:
- wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson)
- Switching page of a hidden notebook doesn't lose focus (Jamie Gadd)
- wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson).
- Switching page of a hidden notebook doesn't lose focus (Jamie Gadd).
Unix:
- NO_GCC_PRAGMA is not used any more, remove checks for it if you used it
- NO_GCC_PRAGMA is not used any more, remove checks for it if you used it.
2.6.2