]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/headercol.h
Extensive documentation typo patch (closes #13063).
[wxWidgets.git] / interface / wx / headercol.h
index e0a65b9e62815faf7d109eb1813fdd9ac6af6e5d..b8509e8423abe32a1de3a7d14f071d6c396619c0 100644 (file)
@@ -16,7 +16,12 @@ enum
     /// Special value used for column width meaning unspecified or default.
     wxCOL_WIDTH_DEFAULT = -1,
 
     /// 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
 };
 
     wxCOL_WIDTH_AUTOSIZE = -2
 };