Sha256: 3e2ea9ac0aee4cd8b32b5ab98a3082deb31f68b13e844062a0f7884c704215ca
Contents?: true
Size: 364 Bytes
Versions: 2
Compression:
Stored size: 364 Bytes
Contents
/* * wxPasswordEntryDialog.hpp * * Created on: 24.12.2013 * Author: hanmac */ #ifndef WXPASSWORDENTRYDIALOG_HPP_ #define WXPASSWORDENTRYDIALOG_HPP_ #include "wxDialog.hpp" extern VALUE rb_cWXPasswordEntryDialog; void Init_WXPasswordEntryDialog(VALUE rb_mWX); #if wxUSE_TEXTDLG #include <wx/textdlg.h> #endif #endif /* WXPASSWORDENTRYDIALOG_HPP_ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rwx-0.0.1.1.dev | ext/wxPasswordEntryDialog.hpp |
rwx-0.0.1.dev | ext/wxPasswordEntryDialog.hpp |