make sure all wxDefault* and all wxNull* global instances are documented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -155,12 +155,14 @@ public:
|
||||
be drawn in a device context, using wxDC::DrawBitmap.
|
||||
|
||||
One colour value of the image may be used as a mask colour which will lead to
|
||||
the automatic
|
||||
creation of a wxMask object associated to the bitmap object.
|
||||
the automatic creation of a wxMask object associated to the bitmap object.
|
||||
|
||||
@library{wxcore}
|
||||
@category{gdi}
|
||||
|
||||
@stdobjects
|
||||
::wxNullImage
|
||||
|
||||
@see wxBitmap, wxInitAllImageHandlers()
|
||||
*/
|
||||
class wxImage : public wxObject
|
||||
@@ -1461,6 +1463,10 @@ public:
|
||||
wxImage operator =(const wxImage& image);
|
||||
};
|
||||
|
||||
/**
|
||||
An empty wxImage.
|
||||
*/
|
||||
wxImage wxNullImage;
|
||||
|
||||
|
||||
// ============================================================================
|
||||
|
Reference in New Issue
Block a user