Sha256: 4eb15d295b4c4cfa98ea5a83a8b0da37f09fd4f5e594dbaa9fa72a0f7b022728
Contents?: true
Size: 360 Bytes
Versions: 2
Compression:
Stored size: 360 Bytes
Contents
/* * wxFontPickerWidget.hpp * * Created on: 24.05.2014 * Author: hanmac */ #ifndef WXFONTPICKERWIDGET_HPP_ #define WXFONTPICKERWIDGET_HPP_ #include "wxEvtHandler.hpp" extern VALUE rb_cWXFontPickerWidget; void Init_WXFontPickerWidget(VALUE rb_mWX); #if wxUSE_FONTPICKERCTRL #include <wx/fontpicker.h> #endif #endif /* WXFONTPICKERWIDGET_HPP_ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rwx-0.0.1.1.dev | ext/wxFontPickerWidget.hpp |
rwx-0.0.1.dev | ext/wxFontPickerWidget.hpp |