]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mask.tex
fixed bug in mouse handling
[wxWidgets.git] / docs / latex / wx / mask.tex
index 6420a633c8f5eedf48dfca400794fc11a143b0d0..e850fb3f16312d7386c8a4ba810769d6eeb6b34e 100644 (file)
@@ -37,11 +37,10 @@ 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. 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}.}
+form called {\tt wxMaskColour}.}
 
 \func{}{wxMask}{\param{const wxBitmap\& }{bitmap}, \param{int}{ index}}
 
@@ -70,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}}