diff --git a/src/wx/widgets/PGPropertyValuesFlags.hx b/src/wx/widgets/PGPropertyValuesFlags.hx index 116aa5fa..cc5f49d6 100644 --- a/src/wx/widgets/PGPropertyValuesFlags.hx +++ b/src/wx/widgets/PGPropertyValuesFlags.hx @@ -1,6 +1,6 @@ package wx.widgets; -#if (wxWidgetsVersion > version("3.2.4")) +#if (wxWidgetsVersion > version("3.3.0")) @:include("wx/propgrid/propgriddefs.h") extern enum abstract PGPropertyValuesFlags(PGPropertyValuesFlagsImpl) { diff --git a/src/wx/widgets/styles/PropertyGridAttributes.hx b/src/wx/widgets/styles/PropertyGridAttributes.hx index 61376017..cfbea7c3 100644 --- a/src/wx/widgets/styles/PropertyGridAttributes.hx +++ b/src/wx/widgets/styles/PropertyGridAttributes.hx @@ -3,7 +3,7 @@ package wx.widgets.styles; // https://docs.wxwidgets.org/latest/property_8h.html#propgrid_property_attributes @:headerCode("#include ") class PropertyGridAttributes { - #if (wxWidgetsVersion < version("3.2.3")) + #if (wxWidgetsVersion < version("3.3.0")) public static var ATTR_HINT:String = untyped __cpp__("wxS(\"Hint\")"); public static var ATTR_MAX:String = untyped __cpp__("wxS(\"Max\")"); public static var ATTR_MIN:String = untyped __cpp__("wxS(\"Min\")");