Added wxTLW::SetShape and implementations for wxGTK, wxMSW and an
authorRobin Dunn <robin@alldunn.com>
Fri, 28 Mar 2003 23:05:05 +0000 (23:05 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 28 Mar 2003 23:05:05 +0000 (23:05 +0000)
commit1542ea396a625766c59d683adbb1d613c1344d50
tree3c874d3562ef3b606d3e0ae70fcacb231b29da48
parent7728856b75c201016a30145673bc8a85be96fdfe
Added wxTLW::SetShape and implementations for wxGTK, wxMSW and an
empty stub for wxMac.
Added some generic helpers and a new ctor to wxRegion.
Added samples/shaped.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
59 files changed:
configure
configure.in
distrib/msw/tmake/filelist.txt
docs/changes.txt
docs/latex/wx/frame.tex
docs/latex/wx/region.tex
include/wx/cocoa/region.h
include/wx/gtk/region.h
include/wx/gtk/toplevel.h
include/wx/gtk1/region.h
include/wx/gtk1/toplevel.h
include/wx/mac/region.h
include/wx/mac/toplevel.h
include/wx/mgl/region.h
include/wx/motif/region.h
include/wx/msw/region.h
include/wx/msw/toplevel.h
include/wx/toplevel.h
include/wx/x11/region.h
samples/configure
samples/configure.in
samples/shaped/.cvsignore [new file with mode: 0644]
samples/shaped/Makefile.in [new file with mode: 0644]
samples/shaped/descrip.mms [new file with mode: 0644]
samples/shaped/makefile.b32 [new file with mode: 0644]
samples/shaped/makefile.bcc [new file with mode: 0644]
samples/shaped/makefile.dos [new file with mode: 0644]
samples/shaped/makefile.g95 [new file with mode: 0644]
samples/shaped/makefile.sc [new file with mode: 0644]
samples/shaped/makefile.sl [new file with mode: 0644]
samples/shaped/makefile.twn [new file with mode: 0644]
samples/shaped/makefile.unx [new file with mode: 0644]
samples/shaped/makefile.vc [new file with mode: 0644]
samples/shaped/makefile.wat [new file with mode: 0644]
samples/shaped/shaped.cpp [new file with mode: 0644]
samples/shaped/shaped.dsp [new file with mode: 0644]
samples/shaped/shaped.rc [new file with mode: 0644]
samples/shaped/shapedM5.xml [new file with mode: 0644]
samples/shaped/star.png [new file with mode: 0644]
src/common/rgncmn.cpp [new file with mode: 0644]
src/files.lst
src/gtk/files.lst
src/gtk/toplevel.cpp
src/gtk1/files.lst
src/gtk1/toplevel.cpp
src/mac/carbon/files.lst
src/mac/carbon/toplevel.cpp
src/mac/files.lst
src/mac/toplevel.cpp
src/mgl/files.lst
src/mgl/makefile.wat
src/microwin/files.lst
src/motif/files.lst
src/msw/files.lst
src/msw/toplevel.cpp
src/x11/files.lst
wxPython/src/_extras.py
wxPython/src/frames.i
wxPython/src/gdi.i