Sha256: 217e3c7523f75388e622969cef280e9eb523cf9ad731623e5fa5814693d6865e

Contents?: true

Size: 356 Bytes

Versions: 2

Compression:

Stored size: 356 Bytes

Contents

/*
 * wxFileCtrlGeneric.hpp
 *
 *  Created on: 07.05.2012
 *      Author: hanmac
 */

#ifndef WXFILECTRLGENERIC_HPP_
#define WXFILECTRLGENERIC_HPP_

#include "wxFileCtrlBase.hpp"

extern VALUE rb_cWXFileCtrlGeneric;

void Init_WXFileCtrlGeneric(VALUE rb_mWX);
#if wxUSE_FILECTRL
#include <wx/generic/filectrlg.h>
#endif
#endif /* WXFILECTRLGENERIC_HPP_ */

Version data entries

2 entries across 2 versions & 1 rubygems

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