Sha256: c4212a36e679c54855c839e12146f90e527e653cdaf2fa7091eefb51c3b9acf5
Contents?: true
Size: 325 Bytes
Versions: 2
Compression:
Stored size: 325 Bytes
Contents
/* * wxFontPicker.hpp * * Created on: 05.03.2012 * Author: hanmac */ #ifndef WXFONTPICKER_HPP_ #define WXFONTPICKER_HPP_ #include "wxEvtHandler.hpp" extern VALUE rb_cWXFontPicker; void Init_WXFontPicker(VALUE rb_mWX); #if wxUSE_FONTPICKERCTRL #include <wx/fontpicker.h> #endif #endif /* WXFONTPICKER_HPP_ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rwx-0.0.1.1.dev | ext/wxFontPicker.hpp |
rwx-0.0.1.dev | ext/wxFontPicker.hpp |