X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91b8de8dee3e7ae3c4edc0ab0923b84bba20d9c4..46cd520d1e12e5d2dbe22b46bb2a8b67b808ce42:/docs/latex/wx/mask.tex diff --git a/docs/latex/wx/mask.tex b/docs/latex/wx/mask.tex index cfe8fc68d1..e850fb3f16 100644 --- a/docs/latex/wx/mask.tex +++ b/docs/latex/wx/mask.tex @@ -33,10 +33,14 @@ 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. +Constructs a mask from a bitmap and a colour that indicates the background. + +\pythonnote{wxPython has an alternate wxMask constructor matching this +form called {\tt wxMaskColour}.} \func{}{wxMask}{\param{const wxBitmap\& }{bitmap}, \param{int}{ index}} @@ -65,8 +69,7 @@ Constructs a mask from a monochrome bitmap. \func{bool}{Create}{\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. +Constructs a mask from a bitmap and a colour that indicates the background. \func{bool}{Create}{\param{const wxBitmap\& }{bitmap}, \param{int}{ index}}