- make monthcal a child of datetime (it was a sibling before, causing
commit3ae8f73caff7f0f0179c8ba32bc0488447290e68
authorKrzysztof Foltman <kfoltman@portal.onet.pl>
Wed, 21 Apr 2004 22:23:36 +0000 (21 22:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 21 Apr 2004 22:23:36 +0000 (21 22:23 +0000)
tree1b232bf84249266974b2972250317e21d5afac6d
parenta13b736829996999c6576d13456e93371e2a5d2b
- make monthcal a child of datetime (it was a sibling before, causing
  completely incorrect message flow)
- update monthcal after date change in datetime
- choose different coordinates when DTS_SHOWNONE is not used
- embedded monthcal is now 200 pixels wide
- selecting a day in embedded monthcal updates the datetime and hides
  the monthcal
- changing months/years by clicking month name/year in title bar works
- embedded month calendar is correctly destroyed (it used to stick on
  the screen long after the datetime's container was closed)
dlls/comctl32/datetime.c