Sha256: d035b6bf0b7f36820e6003f25ec87767b6599abd0c06b569d08f89d497acd732

Contents?: true

Size: 362 Bytes

Versions: 2

Compression:

Stored size: 362 Bytes

Contents

/*
 * wxMessageDialog.hpp
 *
 *  Created on: 25.11.2012
 *      Author: hanmac
 */

#ifndef WXRICHMESSAGEDIALOG_HPP_
#define WXMESSAGEDIALOG_HPP_

#include "wxMessageDialogBase.hpp"

extern VALUE rb_cWXRichMessageDialog;

void Init_WXRichMessageDialog(VALUE rb_mWX);

#if wxUSE_RICHMSGDLG
#include <wx/richmsgdlg.h>
#endif

#endif /* WXRICHMESSAGEDIALOG_HPP_ */

Version data entries

2 entries across 2 versions & 1 rubygems

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