wxPython doc updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -33,11 +33,16 @@ Default constructor.
|
||||
|
||||
Constructs a mask from a monochrome bitmap.
|
||||
|
||||
\pythonnote{This is the default constructor for wxMask in wxPython.}
|
||||
|
||||
\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.
|
||||
|
||||
\pythonnote{wxPython has an alternate wxMask constructor matching this
|
||||
form called \tt{wxMaskColour}.}
|
||||
|
||||
\func{}{wxMask}{\param{const wxBitmap\& }{bitmap}, \param{int}{ index}}
|
||||
|
||||
Constructs a mask from a bitmap and a palette index that indicates the background. Not
|
||||
|
Reference in New Issue
Block a user