Shaped window support for wxMac, plus a wxSTAY_ON_TOP fix from Egon
authorRobin Dunn <robin@alldunn.com>
Wed, 30 Apr 2003 00:39:15 +0000 (00:39 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 30 Apr 2003 00:39:15 +0000 (00:39 +0000)
commit6a7e6411614132968a7a0206173609ae62ce5cf6
tree33e3689d3d8d2631ed7a69ed165d2522f8b4df20
parente97251c58ea8b3676ec05ecccdcae77c61e97a10
Shaped window support for wxMac, plus a wxSTAY_ON_TOP fix from Egon
<e_lub@yahoo.com>   wxMac requires knowledge before Create that SetShape
will be called so I also added the wxFRAME_SHAPED style flag.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/frame.tex
include/wx/defs.h
samples/shaped/shaped.cpp
src/gtk/toplevel.cpp
src/gtk1/toplevel.cpp
src/mac/app.cpp
src/mac/carbon/app.cpp
src/mac/carbon/toplevel.cpp
src/mac/toplevel.cpp
src/msw/toplevel.cpp