Sha256: e24c51ad49bb2d662ec956846e5156baaa25647a7464b6f5994317cbc578a6d3
Contents?: true
Size: 298 Bytes
Versions: 2
Compression:
Stored size: 298 Bytes
Contents
/* * wxInfoBar.hpp * * Created on: 09.03.2013 * Author: hanmac */ #ifndef WXINFOBAR_HPP_ #define WXINFOBAR_HPP_ #include "wxInfoBarBase.hpp" extern VALUE rb_cWXInfoBar; void Init_WXInfoBar(VALUE rb_mWX); #if wxUSE_INFOBAR #include <wx/infobar.h> #endif #endif /* WXINFOBAR_HPP_ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rwx-0.0.1.1.dev | ext/wxInfoBar.hpp |
rwx-0.0.1.dev | ext/wxInfoBar.hpp |