File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11package wx .widgets ;
22
3- #if (wxWidgetsVersion > version("3.2.4 "))
3+ #if (wxWidgetsVersion > version("3.3.0 "))
44
55@:include (" wx/propgrid/propgriddefs.h" )
66extern enum abstract PGPropertyValuesFlags (PGPropertyValuesFlagsImpl ) {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package wx.widgets.styles;
33// https://docs.wxwidgets.org/latest/property_8h.html#propgrid_property_attributes
44@:headerCode (" #include <wx/propgrid/propgrid.h>" )
55class PropertyGridAttributes {
6- #if (wxWidgetsVersion < version("3.2.3 "))
6+ #if (wxWidgetsVersion < version("3.3.0 "))
77 public static var ATTR_HINT : String = untyped __cpp__ (" wxS(\" Hint\" )" );
88 public static var ATTR_MAX : String = untyped __cpp__ (" wxS(\" Max\" )" );
99 public static var ATTR_MIN : String = untyped __cpp__ (" wxS(\" Min\" )" );
You can’t perform that action at this time.
0 commit comments