X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..1e7fd311087384fb80f17a124d673aeb6a8fa9b8:/docs/latex/wx/mask.tex diff --git a/docs/latex/wx/mask.tex b/docs/latex/wx/mask.tex index 7f004df69e..cfe8fc68d1 100644 --- a/docs/latex/wx/mask.tex +++ b/docs/latex/wx/mask.tex @@ -7,6 +7,10 @@ the unmasked area is white. \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{Remarks} A mask may be associated with a \helpref{wxBitmap}{wxbitmap}. It is used in \helpref{wxDC::Blit}{wxdcblit} when @@ -31,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} @@ -59,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}