]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mask.tex
2 typos corrected
[wxWidgets.git] / docs / latex / wx / mask.tex
index 8933486d1c822f91ded9a90449c6c82d380bdd91..cfe8fc68d104471ff940b755e27ecce660596d9f 100644 (file)
@@ -35,11 +35,13 @@ Constructs a mask from a monochrome bitmap.
 
 \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}
 
@@ -63,11 +65,13 @@ 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.
+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}