ext/wxRadioButton.hpp

Summary

Maintainability
Test Coverage
/*
 * wxRadioButton.hpp
 *
 *  Created on: 03.03.2012
 *      Author: hanmac
 */

#ifndef WXRADIOBUTTON_HPP_
#define WXRADIOBUTTON_HPP_

#include "wxControl.hpp"

extern VALUE rb_cWXRadioButton;

DLL_LOCAL void Init_WXRadioButton(VALUE rb_mWX);
#endif /* WXRADIOBUTTON_HPP_ */