Sha256: ec4e55f32a8be93e9c44ac981391834499b8e32f523fad7f05d9de6f077997c7

Contents?: true

Size: 530 Bytes

Versions: 2

Compression:

Stored size: 530 Bytes

Contents

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

#ifndef WXFILECTRLBASE_HPP_
#define WXFILECTRLBASE_HPP_

#include "wxControl.hpp"

extern VALUE rb_cWXFileCtrlBase;

void Init_WXFileCtrlBase(VALUE rb_mWX);

wxString unwrapWildCard(const VALUE& val);
bool check_filter_index(int& filter,const wxString& wildcard);

#if wxUSE_FILECTRL
#include <wx/filectrl.h>
#endif


namespace RubyWX {
namespace FileCtrlBase {

void set_style_flags(VALUE hash,int& flags);

}
}

#endif /* WXFILECTRLBASE_HPP_ */

Version data entries

2 entries across 2 versions & 1 rubygems

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