Sha256: a19b6d78b23e3fa6c7a97e630551053d69fd6126a73f42b909a9930145cc4a8b
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
/* * wxSpinButton.hpp * * Created on: 22.03.2012 * Author: hanmac */ #ifndef WXSPINBUTTON_HPP_ #define WXSPINBUTTON_HPP_ #include "wxControl.hpp" extern VALUE rb_cWXSpinButton; void Init_WXSpinButton(VALUE rb_mWX); #if wxUSE_SPINBTN #include <wx/spinbutt.h> #endif #endif /* WXSPINBUTTON_HPP_ */
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rwx-0.0.1.dev | ext/wxSpinButton.hpp |