Sha256: f44206701e090158a0438e05360cc31926f2d5f8e5ef4728e3854f90c0ffd7b5

Contents?: true

Size: 360 Bytes

Versions: 2

Compression:

Stored size: 360 Bytes

Contents

/*
 * wxFilePickerWidget.hpp
 *
 *  Created on: 05.05.2014
 *      Author: hanmac
 */

#ifndef WXFILEPICKERWIDGET_HPP_
#define WXFILEPICKERWIDGET_HPP_

#include "wxEvtHandler.hpp"

extern VALUE rb_cWXFilePickerWidget;

void Init_WXFilePickerWidget(VALUE rb_mWX);
#if wxUSE_FILEPICKERCTRL
#include <wx/filepicker.h>
#endif

#endif /* WXFILEPICKERWIDGET_HPP_ */

Version data entries

2 entries across 2 versions & 1 rubygems

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