Add missing wxImageHandler::SetType

This commit is contained in:
Robin Dunn
2017-01-31 20:09:41 -08:00
parent 32fe8b4b43
commit c6a750c7b8

View File

@@ -321,6 +321,14 @@ public:
*/ */
void SetName(const wxString& name); void SetName(const wxString& name);
/**
Sets the bitmap type for the handler.
@param mimetype
The bitmap type.
*/
void SetType(wxBitmapType type);
/** /**
Retrieve the version information about the image library used by this Retrieve the version information about the image library used by this
handler. handler.