Sha256: 582f294ef2e14e2057a3e388e473661c18bdc5cdc59fa49270083671d427e58b

Contents?: true

Size: 383 Bytes

Versions: 2

Compression:

Stored size: 383 Bytes

Contents

/*
 * wxPropertyGridManager.hpp
 *
 *  Created on: 09.05.2012
 *      Author: hanmac
 */

#ifndef WXPROPERTYGRIDMANAGER_HPP_
#define WXPROPERTYGRIDMANAGER_HPP_

#include "wxPanel.hpp"

extern VALUE rb_cWXPropertyGridManager;
DLL_LOCAL void Init_WXPropertyGridManager(VALUE rb_mWX);

#if wxUSE_PROPGRID
#include <wx/propgrid/manager.h>
#endif

#endif /* WXPROPERTYGRIDMANAGER_HPP_ */

Version data entries

2 entries across 2 versions & 1 rubygems

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