Sha256: 1cb2155e019abffa2b1f21dd37dd0fd93e0bbf2584bdef21ac69946355a7f433

Contents?: true

Size: 385 Bytes

Versions: 2

Compression:

Stored size: 385 Bytes

Contents

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

#ifndef WXPICKERBASE_HPP_
#define WXPICKERBASE_HPP_

#include "wxControl.hpp"
#include <wx/pickerbase.h>

extern VALUE rb_cWXPickerBase;

void Init_WXPickerBase(VALUE rb_mWX);


namespace RubyWX {
namespace PickerBase {

void set_style_flags(VALUE hash,int& flags);

}
}


#endif /* WXPICKERBASE_HPP_ */

Version data entries

2 entries across 2 versions & 1 rubygems

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