X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d0154e3a5a3353bc9f26f8ef1ca7db44ac4835e4..eeea3b039ef9bf03c17f80ab911cf65f084731bd:/interface/wx/headercol.h diff --git a/interface/wx/headercol.h b/interface/wx/headercol.h index e0a65b9e62..d554115362 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 }; @@ -216,7 +221,7 @@ public: /** Set the minimal column width. - This method can be used with resizeable columns (i.e. those for which + This method can be used with resizable columns (i.e. those for which wxCOL_RESIZABLE flag is set in GetFlags() or, alternatively, IsResizeable() returns @true) to prevent the user from making them narrower than the given width. @@ -297,11 +302,11 @@ public: Call this to enable or disable interactive resizing of the column by the user. - By default, the columns are resizeable. + By default, the columns are resizable. - Equivalent to ChangeFlag(wxCOL_RESIZABLE, resizeable). + Equivalent to ChangeFlag(wxCOL_RESIZABLE, resizable). */ - virtual void SetResizeable(bool resizeable); + virtual void SetResizeable(bool resizable); /** Allow clicking the column to sort the control contents by the field in