NewFromPNGData

James Lynes <[email protected]> Thu, 24 Mar 2016 06:44:00 -0400
Newsgroups gmane.comp.lang.perl.wxperl
Message-ID <CABPyseiD8pHCb26kaVBqD5MHvA=CWVV+2zSqq_Gx7rhNhfaD9g@mail.gmail.com>
Hello All:

It seems that Wx::Bitmap NewFromPNGData is not wrapped(didn't see any
reference to it in bitmap.xs).

wxWidgets defines it as:

public:
    // Create a new wxBitmap from the PNG data in the given buffer
    static wxBitmap NewFromPNGData(const void* data, size_t size);

What's involved in getting this wrapped?

Thanks,
James