Sha256: ce37edb84730ba17fc72b80030fe7f33a7623d39cc3813dd513933a34353e831
Contents?: true
Size: 348 Bytes
Versions: 2
Compression:
Stored size: 348 Bytes
Contents
/* * wxProgressDialog.hpp * * Created on: 11.03.2012 * Author: hanmac */ #ifndef WXPROGRESSDIALOG_HPP_ #define WXPROGRESSDIALOG_HPP_ #include "wxDialog.hpp" extern VALUE rb_cWXProgressDialog; DLL_LOCAL void Init_WXProgressDialog(VALUE rb_mWX); #if wxUSE_PROGRESSDLG #include <wx/progdlg.h> #endif #endif /* WXPROGRESSDIALOG_HPP_ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rwx-0.0.1.1.dev | ext/wxProgressDialog.hpp |
rwx-0.0.1.dev | ext/wxProgressDialog.hpp |