X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/36d55705af108772d5ecf9b5ebcc3e651c840b3d..aa0ff209bc82d0f7c48263bb28609769d09f051b:/docs/latex/wx/colour.tex?ds=sidebyside diff --git a/docs/latex/wx/colour.tex b/docs/latex/wx/colour.tex index 5c69c5e717..16d19ef3a6 100644 --- a/docs/latex/wx/colour.tex +++ b/docs/latex/wx/colour.tex @@ -146,9 +146,9 @@ On X, an allocated pixel value is returned. Returns the green intensity. -\membersection{wxColour::Ok}\label{wxcolourok} +\membersection{wxColour::IsOk}\label{wxcolourisok} -\constfunc{bool}{Ok}{\void} +\constfunc{bool}{IsOk}{\void} Returns \true if the colour object is valid (the colour has been initialised with RGB values). @@ -378,7 +378,7 @@ removed in the next wxWidgets version, please don't use it. \func{wxColour}{Find}{\param{const wxString\& }{colourName}} Finds a colour given the name. Returns an invalid colour object (that is, such -that its \helpref{Ok()}{wxcolourok} method returns \false) if the colour wasn't +that its \helpref{Ok()}{wxcolourisok} method returns \false) if the colour wasn't found in the database. @@ -388,3 +388,4 @@ found in the database. Finds a colour name given the colour. Returns an empty string if the colour is not found in the database. +