\helpref{wxObject}{wxobject}
+\wxheading{Include files}
+
+<wx/bitmap.h>
+
\wxheading{Remarks}
A mask may be associated with a \helpref{wxBitmap}{wxbitmap}. It is used in \helpref{wxDC::Blit}{wxdcblit} when
\func{}{wxMask}{\param{const wxBitmap\& }{bitmap}, \param{const 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. Not
+yet implemented for GTK.
\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}
\func{bool}{Create}{\param{const wxBitmap\& }{bitmap}, \param{const 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. Not
+yet implemented for GTK.
\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}