Sha256: ec32cb7c25de6a37202fca0e84601a2d6b698f93a6c3869c58d95c71402e6345
Contents?: true
Size: 353 Bytes
Versions: 2
Compression:
Stored size: 353 Bytes
Contents
/* * wxNumberEntryDialog.hpp * * Created on: 24.12.2013 * Author: hanmac */ #ifndef WXNUMBERENTRYDIALOG_HPP_ #define WXNUMBERENTRYDIALOG_HPP_ #include "wxDialog.hpp" extern VALUE rb_cWXNumberEntryDialog; void Init_WXNumberEntryDialog(VALUE rb_mWX); #if wxUSE_NUMBERDLG #include <wx/numdlg.h> #endif #endif /* WXNUMBERENTRYDIALOG_HPP_ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rwx-0.0.1.1.dev | ext/wxNumberEntryDialog.hpp |
rwx-0.0.1.dev | ext/wxNumberEntryDialog.hpp |