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:
Francesco Montorsi
2008-04-06 15:28:55 +00:00
parent a7507230d1
commit 6587411805
9 changed files with 108 additions and 89 deletions

View File

@@ -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;
// ============================================================================