Sha256: 9059073a4c711301a02ebbe3e11edfed12424c9e4ee30e25566414ba9cd4d2ee

Contents?: true

Size: 318 Bytes

Versions: 2

Compression:

Stored size: 318 Bytes

Contents

/*
 * wxColorDialog.hpp
 *
 *  Created on: 04.03.2012
 *      Author: hanmac
 */

#ifndef WXCOLORDIALOG_HPP_
#define WXCOLORDIALOG_HPP_

#include "wxDialog.hpp"

extern VALUE rb_cWXColorDialog;

void Init_WXColorDialog(VALUE rb_mWX);
#if wxUSE_COLOURDLG
#include <wx/colordlg.h>
#endif
#endif /* WXCOLORDIALOG_HPP_ */

Version data entries

2 entries across 2 versions & 1 rubygems

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