Sha256: f56925b59d9ef494d711bf6703c31b1f111d3d20a56c355fb1a038c90e04660d

Contents?: true

Size: 381 Bytes

Versions: 2

Compression:

Stored size: 381 Bytes

Contents

/*
 * wxStaticBitmapBase.hpp
 *
 *  Created on: 12.05.2012
 *      Author: hanmac
 */

#ifndef WXSTATICBITMAPBASE_HPP_
#define WXSTATICBITMAPBASE_HPP_

#include "wxControl.hpp"

extern VALUE rb_cWXStaticBitmapBase;

void Init_WXStaticBitmapBase(VALUE rb_mWX);

#if wxUSE_STATBMP
#include <wx/statbmp.h>
#include <wx/generic/statbmpg.h>
#endif

#endif /* WXSTATICBITMAPBASE_HPP_ */

Version data entries

2 entries across 2 versions & 1 rubygems

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