Sha256: be5e6c0ed7ff502c1f1b25b56e37f68e0aef13d98f552090313daeb585c58ebd

Contents?: true

Size: 450 Bytes

Versions: 2

Compression:

Stored size: 450 Bytes

Contents

/*
 * wxRect.hpp
 *
 *  Created on: 23.03.2012
 *      Author: hanmac
 */

#ifndef WXRECT_HPP_
#define WXRECT_HPP_

#include "main.hpp"

extern VALUE rb_cWXRect;
void Init_WXRect(VALUE rb_mWX);


template <>
VALUE wrap< wxRect >(wxRect *size );

template <>
bool is_wrapable< wxRect >(const VALUE &vsize);

template <>
wxRect* unwrap< wxRect* >(const VALUE &vsize);

template <>
wxRect unwrap< wxRect >(const VALUE &vsize);

#endif /* WXRECT_HPP_ */

Version data entries

2 entries across 2 versions & 1 rubygems

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