X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4608b3f83757f5eac74f7113cf99ab42887ce0b9..0e1cd9bedbaf855943d833171793b2eeb1e25eac:/interface/wx/colourdata.h?ds=inline diff --git a/interface/wx/colourdata.h b/interface/wx/colourdata.h index 45b5aab175..0e61a7ce42 100644 --- a/interface/wx/colourdata.h +++ b/interface/wx/colourdata.h @@ -33,10 +33,9 @@ public: /** Under Windows, determines whether the Windows colour dialog will - display the full dialog with custom colour selection controls. Under - PalmOS, determines whether colour dialog will display full rgb colour - picker or only available palette indexer. Has no meaning under other - platforms. + display the full dialog with custom colour selection controls. + + Has no meaning under other platforms. The default value is @true. */ @@ -87,7 +86,7 @@ public: void SetCustomColour(int i, const wxColour& colour); /** - Converts the colours saved in this class in a string form, separing + Converts the colours saved in this class in a string form, separating the various colours with a comma. */ wxString ToString() const;