]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mask.tex
implemented IPC using Unix domain sockets
[wxWidgets.git] / docs / latex / wx / mask.tex
index 8933486d1c822f91ded9a90449c6c82d380bdd91..86e80d898dcf3c036c131c1df4a0228d6e7f0fe2 100644 (file)
@@ -1,7 +1,8 @@
 \section{\class{wxMask}}\label{wxmask}
 
 This class encapsulates a monochrome mask bitmap, where the masked area is black and
 \section{\class{wxMask}}\label{wxmask}
 
 This class encapsulates a monochrome mask bitmap, where the masked area is black and
-the unmasked area is white.
+the unmasked area is white. When associated with a bitmap and drawn in a device context,
+the unmasked area of the bitmap will be drawn, and the masked area will not be drawn.
 
 \wxheading{Derived from}
 
 
 \wxheading{Derived from}
 
@@ -29,17 +30,23 @@ contains a mask.
 
 Default constructor.
 
 
 Default constructor.
 
-\func{}{wxMask}{\param{const wxBitmap\& }{bitmap}}
+\func{}{wxMask}{\param{const \helpref{wxBitmap}{wxbitmap}\& }{bitmap}}
 
 Constructs a mask from a monochrome bitmap.
 
 
 Constructs a mask from a monochrome bitmap.
 
-\func{}{wxMask}{\param{const wxBitmap\& }{bitmap}, \param{const wxColour\& }{colour}}
+\pythonnote{This is the default constructor for wxMask in wxPython.}
+
+\func{}{wxMask}{\param{const \helpref{wxBitmap}{wxbitmap}\& }{bitmap}, \param{const \helpref{wxColour}{wxcolour}\& }{colour}}
 
 Constructs a mask from a bitmap and a colour that indicates the background.
 
 
 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}}
 
 \func{}{wxMask}{\param{const wxBitmap\& }{bitmap}, \param{int}{ index}}
 
-Constructs a mask from a bitmap and a palette index that indicates the background.
+Constructs a mask from a bitmap and a palette index that indicates the background. Not
+yet implemented for GTK.
 
 \wxheading{Parameters}
 
 
 \wxheading{Parameters}
 
@@ -67,7 +74,8 @@ Constructs a mask from a bitmap and a colour that indicates the background.
 
 \func{bool}{Create}{\param{const wxBitmap\& }{bitmap}, \param{int}{ index}}
 
 
 \func{bool}{Create}{\param{const wxBitmap\& }{bitmap}, \param{int}{ index}}
 
-Constructs a mask from a bitmap and a palette index that indicates the background.
+Constructs a mask from a bitmap and a palette index that indicates the background. Not
+yet implemented for GTK.
 
 \wxheading{Parameters}
 
 
 \wxheading{Parameters}