Sha256: da1ed700e457363c422f1f8aa0aebfd95af1dbafa9d559fbba1d407f9ce59e38
Contents?: true
Size: 385 Bytes
Versions: 2
Compression:
Stored size: 385 Bytes
Contents
/* * wxImage.hpp * * Created on: 16.02.2012 * Author: hanmac */ #ifndef WXIMAGE_HPP_ #define WXIMAGE_HPP_ #include "wxSize.hpp" extern VALUE rb_cWXImage; DLL_LOCAL void Init_WXImage(VALUE rb_mWX); #if wxUSE_IMAGE template <> wxImage* unwrap< wxImage* >(const VALUE &vimage); template <> wxImage unwrap< wxImage >(const VALUE &vimage); #endif #endif /* WXIMAGE_HPP_ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rwx-0.0.1.1.dev | ext/wxImage.hpp |
rwx-0.0.1.dev | ext/wxImage.hpp |