X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..8c517ddd1a2dd7eee7f95eb9ac1783f4a2e6fd76:/docs/latex/wx/mask.tex diff --git a/docs/latex/wx/mask.tex b/docs/latex/wx/mask.tex index 8933486d1c..cfe8fc68d1 100644 --- a/docs/latex/wx/mask.tex +++ b/docs/latex/wx/mask.tex @@ -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}