X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91b8de8dee3e7ae3c4edc0ab0923b84bba20d9c4..d45d30c8682f858321600e2958167d7ef54ebeb5:/docs/latex/wx/mask.tex diff --git a/docs/latex/wx/mask.tex b/docs/latex/wx/mask.tex index cfe8fc68d1..6420a633c8 100644 --- a/docs/latex/wx/mask.tex +++ b/docs/latex/wx/mask.tex @@ -33,11 +33,16 @@ Default constructor. Constructs a mask from a monochrome bitmap. +\pythonnote{This is the default constructor for wxMask in wxPython.} + \func{}{wxMask}{\param{const wxBitmap\& }{bitmap}, \param{const wxColour\& }{colour}} Constructs a mask from a bitmap and a colour that indicates the background. Not yet implemented for GTK. +\pythonnote{wxPython has an alternate wxMask constructor matching this +form called \tt{wxMaskColour}.} + \func{}{wxMask}{\param{const wxBitmap\& }{bitmap}, \param{int}{ index}} Constructs a mask from a bitmap and a palette index that indicates the background. Not