X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc3762b5fcc2a9fea2ea53702e2b943d9e3c3cc7..9d33840bab4e10d701dd36f9b8660f6a13f05afe:/interface/wx/image.h?ds=inline diff --git a/interface/wx/image.h b/interface/wx/image.h index 8c9208bf35..a6086356f7 100644 --- a/interface/wx/image.h +++ b/interface/wx/image.h @@ -702,7 +702,7 @@ public: @see wxImageHandler */ - static wxList GetHandlers(); + static wxList& GetHandlers(); /** Gets the height of the image in pixels. @@ -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 // ============================================================================