Mention printer change in the docs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-05-11 09:27:29 +00:00
parent 491c407519
commit 843179c40f

View File

@@ -128,6 +128,9 @@ wxGTK:
- Fix wxNO_BORDER style for wxRadioBox (David Hart) - Fix wxNO_BORDER style for wxRadioBox (David Hart)
- wxComboBox::SetValue() doesn't emit EVT_TEXT anymore - wxComboBox::SetValue() doesn't emit EVT_TEXT anymore
- Fix wxTextCtrl::GetLineText() for empty lines (Marcin Wojdyr) - Fix wxTextCtrl::GetLineText() for empty lines (Marcin Wojdyr)
- Fix support for wxFD_FILE_MUST_EXIST in wxFileDialog
- Fix support for setting orientation, paper size and collate
in GNOME print backend
- Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCtrl if GTK+ version is at - Support wxTEXT_ALIGNMENT_JUSTIFIED in wxTextCtrl if GTK+ version is at
least 2.11 (Mart Raudsepp). least 2.11 (Mart Raudsepp).