use SS_CENTERIMAGE to prevent wxStaticBitmap from stretching its bitmap; also a face lift for control creation code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-12-21 14:35:18 +00:00
parent 168954a1d1
commit 46a5e01e86
3 changed files with 59 additions and 63 deletions

View File

@@ -19,6 +19,10 @@ wxGTK:
- fixed wxMenu::Remove (John Skiff and Benjamin Williams)
wxMSW:
- wxStaticBitmap doesn't stretch its bitmap any longer (like other ports)
All:
- Implemented GetEditControl for wxGenericTreeCtrl (Peter