X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d0154e3a5a3353bc9f26f8ef1ca7db44ac4835e4..57ab6f2314860f6efd2d1339913c91a302020a8e:/interface/wx/headercol.h?ds=inline diff --git a/interface/wx/headercol.h b/interface/wx/headercol.h index e0a65b9e62..b8509e8423 100644 --- a/interface/wx/headercol.h +++ b/interface/wx/headercol.h @@ -16,7 +16,12 @@ enum /// Special value used for column width meaning unspecified or default. wxCOL_WIDTH_DEFAULT = -1, - /// Size the column automatically to fit all values. + /** + Size the column automatically to fit all values. + + @note On OS X, this style is only implemented in the Cocoa build on + OS X >= 10.5; it behaves identically to wxCOL_WIDTH_DEFAULT otherwise. + */ wxCOL_WIDTH_AUTOSIZE = -2 };