Sha256: dc49cfc9a487e35aefb7d1ccd008e1badc575fbf2eabf3ef6c6607c46dd77f69

Contents?: true

Size: 467 Bytes

Versions: 1

Compression:

Stored size: 467 Bytes

Contents

/*
 * wxBrush.hpp
 *
 *  Created on: 21.04.2012
 *      Author: hanmac
 */

#ifndef WXBRUSH_HPP_
#define WXBRUSH_HPP_


#include "main.hpp"

extern VALUE rb_cWXBrush;
void Init_WXBrush(VALUE rb_mWX);

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

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

template <>
wxBrush unwrap< wxBrush >(const VALUE &vbrush);

namespace RubyWX {
namespace Brush {

void define_const();

}
}

#endif /* WXBRUSH_HPP_ */

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rwx-0.0.1.1.dev ext/wxBrush.hpp