/* * 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 #endif #endif /* WXSPINBUTTON_HPP_ */