Added wxDragImage generic implementation and sample; added mask handling to Motif's
authorJulian Smart <julian@anthemion.co.uk>
Wed, 1 Mar 2000 11:05:49 +0000 (11:05 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 1 Mar 2000 11:05:49 +0000 (11:05 +0000)
commit68be9f090f422450d333385cf62c9b4d350674be
treee588c4024999634c03b419f06bca1a49d6a1eff6
parentc443296124e44dd6004dfec47c24be75b2d875d9
Added wxDragImage generic implementation and sample; added mask handling to Motif's
wxImage::ConvertToBitmap

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
55 files changed:
configure.in
distrib/msw/generic.rsp
distrib/msw/makefile.rsp
distrib/msw/tmake/filelist.txt
distrib/msw/vc.rsp
docs/latex/wx/classes.tex
docs/latex/wx/dragimag.tex [new file with mode: 0644]
include/wx/dragimag.h
include/wx/generic/dragimgg.h [copied from include/wx/msw/dragimag.h with 62% similarity]
include/wx/motif/bitmap.h
include/wx/msw/dragimag.h
samples/configure
samples/configure.in
samples/dragimag/Makefile.in [new file with mode: 0644]
samples/dragimag/backgrnd.png [new file with mode: 0644]
samples/dragimag/dragicon.ico [new file with mode: 0644]
samples/dragimag/dragicon.xpm [new file with mode: 0644]
samples/dragimag/makefile.b32 [new file with mode: 0644]
samples/dragimag/makefile.bcc [new file with mode: 0644]
samples/dragimag/makefile.dos [new file with mode: 0644]
samples/dragimag/makefile.g95 [new file with mode: 0644]
samples/dragimag/makefile.sc [new file with mode: 0644]
samples/dragimag/makefile.sl [new file with mode: 0644]
samples/dragimag/makefile.twn [new file with mode: 0644]
samples/dragimag/makefile.unx [new file with mode: 0644]
samples/dragimag/makefile.va [new file with mode: 0644]
samples/dragimag/makefile.vc [new file with mode: 0644]
samples/dragimag/makefile.wat [new file with mode: 0644]
samples/dragimag/mondrian.ico [new file with mode: 0644]
samples/dragimag/mondrian.xpm [new file with mode: 0644]
samples/dragimag/shape01.png [new file with mode: 0644]
samples/dragimag/shape02.png [new file with mode: 0644]
samples/dragimag/shape03.png [new file with mode: 0644]
samples/dragimag/test.cpp [new file with mode: 0644]
samples/dragimag/test.def [new file with mode: 0644]
samples/dragimag/test.h [new file with mode: 0644]
samples/dragimag/test.rc [new file with mode: 0644]
src/common/image.cpp
src/generic/dragimgg.cpp [new file with mode: 0644]
src/gtk/files.lst
src/gtk1/files.lst
src/html/htmprint.cpp
src/motif/dcscreen.cpp
src/motif/files.lst
src/msw/dragimag.cpp
src/msw/makefile.b32
src/msw/makefile.bcc
src/msw/makefile.dos
src/msw/makefile.g95
src/msw/makefile.vc
src/msw/makefile.wat
src/msw/treectrl.cpp
src/wxvc.dsp
src/wxvc_dll.dsp
utils/projgen/makeproj.cpp