Sha256: f7ae2def1cf4158af1511387454dff2431253c0b0d461d03fedc71a05187ba01

Contents?: true

Size: 355 Bytes

Versions: 2

Compression:

Stored size: 355 Bytes

Contents

/*
 * wxContextHelpButton.hpp
 *
 *  Created on: 22.12.2013
 *      Author: hanmac
 */

#ifndef WXCONTEXTHELPBUTTON_HPP_
#define WXCONTEXTHELPBUTTON_HPP_

#include "wxBitmapButton.hpp"

extern VALUE rb_cWXContextHelpButton;

void Init_WXContextHelpButton(VALUE rb_mWX);

#if wxUSE_HELP
#include <wx/cshelp.h>
#endif

#endif /* WXCONTEXTHELPBUTTON_HPP_ */

Version data entries

2 entries across 2 versions & 1 rubygems

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