recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-02-20 11:34:52 +00:00
parent 7e08bc5acd
commit 3c99e2fd1b
50 changed files with 125 additions and 80 deletions

View File

@@ -63,7 +63,7 @@ enum wxImagePNGType
::wxNullImage
@library{wxcore}
@category{misc}
@category{gdi}
@see wxImage, wxInitAllImageHandlers()
*/
@@ -526,7 +526,7 @@ public:
If the image has an alpha channel, all pixels with alpha value less
than @a threshold are replaced with the mask colour and the alpha
channel is removed. Otherwise nothing is done.
The mask colour is chosen automatically using
FindFirstUnusedColour() by this function, see the overload below if you
this is not appropriate.
@@ -558,7 +558,7 @@ public:
considered to be opaque.
*/
void ConvertAlphaToMask(unsigned char mr, unsigned char mg, unsigned char mb,
void ConvertAlphaToMask(unsigned char mr, unsigned char mg, unsigned char mb,
unsigned char threshold = wxIMAGE_ALPHA_THRESHOLD);
//@}