Sha256: 23faf985a0fd2434456b4084b1fa3e0520a610c452dc689b02a0a8da6d1dd43e

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

/*
 * wxCollapsiblePane.hpp
 *
 *  Created on: 19.07.2014
 *      Author: hanmac
 */

#ifndef WXCOLLAPSIBLEPANE_HPP_
#define WXCOLLAPSIBLEPANE_HPP_


#include "wxWindow.hpp"

extern VALUE rb_cWXCollapsiblePane;
DLL_LOCAL void Init_WXCollapsiblePane(VALUE rb_mWX);

#if wxUSE_COLLPANE
#include <wx/collpane.h>
#endif

#endif /* WXCOLLAPSIBLEPANE_HPP_ */

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rwx-0.0.1.1.dev ext/wxCollapsiblePane.hpp
rwx-0.0.1.dev ext/wxCollapsiblePane.hpp