Sha256: 51563f2d4175f8b1464200ceb6423bde8f1d4c3f9ad7f4d3af87b21acef75645

Contents?: true

Size: 502 Bytes

Versions: 2

Compression:

Stored size: 502 Bytes

Contents

/*
 * wxPen.hpp
 *
 *  Created on: 16.03.2012
 *      Author: hanmac
 */

#ifndef WXPEN_HPP_
#define WXPEN_HPP_

#include "main.hpp"

extern VALUE rb_cWXPen;
void Init_WXPen(VALUE rb_mWX);

template <>
VALUE wrap< wxPen >(wxPen *bitmap );

template <>
VALUE wrap< wxPen >(const wxPen &bitmap );

template <>
wxPen* unwrap< wxPen* >(const VALUE &vbitmap);

template <>
wxPen unwrap< wxPen >(const VALUE &vbitmap);


namespace RubyWX {
namespace Pen {

void define_const();

}
}

#endif /* WXPEN_HPP_ */

Version data entries

2 entries across 2 versions & 1 rubygems

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