wxCalendarCtrl: positioning fixes and colours following system settings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-01-10 21:08:07 +00:00
parent f9cc9706e4
commit d9170b47d1
3 changed files with 63 additions and 27 deletions

View File

@@ -52,6 +52,8 @@ All (GUI):
by Sandro Sigala)
- Added caption parameter to wxGetFontFromUser and wxGetColourFromUser.
- Added wxGetMouseState function.
- wxCalendarCtrl positioning fixes for dimensions other than best size.
- wxCalendarCtrl colour schema changed and adjusted to system settings.
wxMSW: