miscellaneous small enhancements

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-01-10 18:59:37 +00:00
parent 7712257ef2
commit 336aecf1c2
6 changed files with 28 additions and 7 deletions

View File

@@ -1446,6 +1446,12 @@ public:
wxImage& operator=(const wxImage& image);
};
/**
An instance of an empty image without an alpha channel.
*/
wxImage wxNullImage;
// ============================================================================
// Global functions/macros
// ============================================================================