Sha256: 6b11dd0cf7cf5402329c9858a1f486a0166cb5de6e576191c9f5137d0553f770

Contents?: true

Size: 316 Bytes

Versions: 2

Compression:

Stored size: 316 Bytes

Contents

/*
 * wxHyperLink.hpp
 *
 *  Created on: 12.03.2012
 *      Author: hanmac
 */

#ifndef WXHYPERLINK_HPP_
#define WXHYPERLINK_HPP_

#include "wxEvtHandler.hpp"

extern VALUE rb_cWXHyperLink;

void Init_WXHyperLink(VALUE rb_mWX);

#if wxUSE_HYPERLINKCTRL
#include <wx/hyperlink.h>
#endif
#endif /* WXHYPERLINK_HPP_ */

Version data entries

2 entries across 2 versions & 1 rubygems

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