haxeui/hxWidgets

View on GitHub
src/wx/widgets/styles/PropertyGridAttributes.hx

Summary

Maintainability
Test Coverage
package wx.widgets.styles;

@:headerCode("#include <wx/propgrid/propgrid.h>")
class PropertyGridAttributes {
    public static var BOOL_USE_CHECKBOX            = untyped __cpp__("wxPG_BOOL_USE_CHECKBOX");
}