X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..e47d37d087f5a8410deb929a94378f415351694a:/docs/latex/wx/colour.tex?ds=sidebyside diff --git a/docs/latex/wx/colour.tex b/docs/latex/wx/colour.tex index 8625f8e813..3ad00632db 100644 --- a/docs/latex/wx/colour.tex +++ b/docs/latex/wx/colour.tex @@ -164,7 +164,7 @@ The default colour is black. \membersection{wxColourData::GetCustomColour}\label{wxcolourdatagetcustomcolour} -\constfunc{wxColour\&}{GetCustomColour}{\param{const int}{ i}} +\constfunc{wxColour\&}{GetCustomColour}{\param{int}{ i}} Gets the {\it i}th custom colour associated with the colour dialog. {\it i} should be an integer between 0 and 15. @@ -190,7 +190,7 @@ The default colour is black. \membersection{wxColourData::SetCustomColour}\label{wxcolourdatasetcustomcolour} -\func{void}{SetColour}{\param{const int}{ i}, \param{const wxColour\&}{ colour}} +\func{void}{SetColour}{\param{int}{ i}, \param{const wxColour\&}{ colour}} Sets the {\it i}th custom colour for the colour dialog. {\it i} should be an integer between 0 and 15.