Make all wxMask constructors use the C++ (bitmap, colour) ctor, and
authorRobin Dunn <robin@alldunn.com>
Fri, 13 Feb 2004 20:09:55 +0000 (20:09 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 13 Feb 2004 20:09:55 +0000 (20:09 +0000)
commit0482c494d3a5a518ac65ee0386ddc23517f07188
tree8da11eaf587a435e2cb44b71e71c1b8351520929
parentccc6783c5043d42936c0ec66ae508ded540436c6
Make all wxMask constructors use the C++ (bitmap, colour) ctor, and
then just default in BLACK to simulate the default (monobitmap)
behaviour.  It's too tricky to make true monochome bitmaps in a
platform independent way from the Python wrappers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/demo/Mask.py
wxPython/src/_bitmap.i
wxPython/src/_gdi_reverse.txt
wxPython/src/gtk/gdi.py
wxPython/src/gtk/gdi_wrap.cpp
wxPython/wxPython/gdi.py