Sha256: 3a17f3d7aac285ee649822806b5252f1eb2d6c5a8e91b97e962f6fb83edab99e
Contents?: true
Size: 292 Bytes
Versions: 2
Compression:
Stored size: 292 Bytes
Contents
/* * wxMessageDialog.hpp * * Created on: 25.11.2012 * Author: hanmac */ #ifndef WXMESSAGEDIALOG_HPP_ #define WXMESSAGEDIALOG_HPP_ #include "wxMessageDialogBase.hpp" extern VALUE rb_cWXMessageDialog; void Init_WXMessageDialog(VALUE rb_mWX); #endif /* WXMESSAGEDIALOG_HPP_ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rwx-0.0.1.1.dev | ext/wxMessageDialog.hpp |
rwx-0.0.1.dev | ext/wxMessageDialog.hpp |