Sha256: 5cc8d4629512228f5d17b66fdfc44275d39b779c05dfc9fc5ea1caa31057d508

Contents?: true

Size: 585 Bytes

Versions: 2

Compression:

Stored size: 585 Bytes

Contents

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

#ifndef WXPROPERTYGRIDINTERFACE_HPP_
#define WXPROPERTYGRIDINTERFACE_HPP_

#include "main.hpp"

extern VALUE rb_mWXPropertyGridInterface;

DLL_LOCAL void Init_WXPropertyGridInterface(VALUE rb_mWX);

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

template <>
wxPGPropArgCls unwrap< wxPGPropArgCls >(const VALUE &obj);

namespace RubyWX {
namespace PropertyGridInterface {

DLL_LOCAL void _set_extra_style(wxWindow *wnd,VALUE hash);

}
}

#endif

#endif /* WXPROPERTYGRIDINTERFACE_HPP_ */

Version data entries

2 entries across 2 versions & 1 rubygems

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