implemented wxTE_RIGHT, wxTE_CENTRE for wxGTK2 (patch 957687)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-05-25 10:35:34 +00:00
parent b3a1545d5f
commit c663fbea68
4 changed files with 46 additions and 2 deletions

View File

@@ -141,6 +141,10 @@ wxMSW:
- fixed wxFileDataObject in Unicode build (Alex D)
- subdindented paragraphs support (Tim Kosse)
wxGTK:
- added support for wxTE_RIGHT and wxTE_CENTRE styles under GTK2 (Mart Raudsepp)
wxMotif:
- removed wxMenuItem::DeleteSubMenu()