Sha256: 3bf1732c28dc3e9a939597af29624878be676204655f422ac8a4779bf63e5b93
Contents?: true
Size: 328 Bytes
Versions: 2
Compression:
Stored size: 328 Bytes
Contents
/* * wxColorPicker.hpp * * Created on: 04.03.2012 * Author: hanmac */ #ifndef WXCOLORPICKER_HPP_ #define WXCOLORPICKER_HPP_ #include "wxControl.hpp" extern VALUE rb_cWXColorPicker; void Init_WXColorPicker(VALUE rb_mWX); #if wxUSE_COLOURPICKERCTRL #include <wx/clrpicker.h> #endif #endif /* WXCOLORPICKER_HPP_ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rwx-0.0.1.1.dev | ext/wxColorPicker.hpp |
rwx-0.0.1.dev | ext/wxColorPicker.hpp |