Sha256: 1dd9cc25801c3e988a569154576cb97d583255cde9301d609a8ff1f2c5c2fa73
Contents?: true
Size: 385 Bytes
Versions: 2
Compression:
Stored size: 385 Bytes
Contents
/* * wxListBox.hpp * * Created on: 04.03.2012 * Author: hanmac */ #ifndef WXLISTBOX_HPP_ #define WXLISTBOX_HPP_ #include "wxControl.hpp" extern VALUE rb_cWXListBox; void Init_WXListBox(VALUE rb_mWX); #if wxUSE_LISTBOX #include <wx/listbox.h> #endif namespace RubyWX { namespace ListBox { void set_style_flags(VALUE hash,int& flags); } } #endif /* WXLISTBOX_HPP_ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rwx-0.0.1.1.dev | ext/wxListBox.hpp |
rwx-0.0.1.dev | ext/wxListBox.hpp |