Sha256: f8997acce186a9a6a9fab959aef4cec3002c520d599dfc6a7dfe6d59b49b8b29

Contents?: true

Size: 342 Bytes

Versions: 2

Compression:

Stored size: 342 Bytes

Contents

/*
 * wxAnyChoiceDialog.hpp
 *
 *  Created on: 08.12.2013
 *      Author: hanmac
 */

#ifndef WXANYCHOICEDIALOG_HPP_
#define WXANYCHOICEDIALOG_HPP_

#include "wxDialog.hpp"

extern VALUE rb_cWXAnyChoiceDialog;

void Init_WXAnyChoiceDialog(VALUE rb_mWX);
#if wxUSE_CHOICEDLG
#include <wx/choicdlg.h>
#endif
#endif /* WXANYCHOICEDIALOG_HPP_ */

Version data entries

2 entries across 2 versions & 1 rubygems

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