]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/colour.tex
added 2nd wxEvent ctor argument
[wxWidgets.git] / docs / latex / wx / colour.tex
index 51ff6ce6f20fd2d24d34400920d834123f6121a7..b3e69e5ee7faa8d70e20088dac31e297c92b03d9 100644 (file)
@@ -75,8 +75,8 @@ Copy constructor.
 
 \pythonnote{Constructors supported by wxPython are:\par
 \indented{2cm}{\begin{twocollist}
-\twocolitem{\bf{wxColour(red=0, green=0, blue=0)}}{}
-\twocolitem{\bf{wxNamedColour(name)}}{}
+\twocolitem{{\bf wxColour(red=0, green=0, blue=0)}}{}
+\twocolitem{{\bf wxNamedColour(name)}}{}
 \end{twocollist}}
 }
 
@@ -222,7 +222,7 @@ The default colour is black.
 
 \membersection{wxColourData::SetCustomColour}\label{wxcolourdatasetcustomcolour}
 
-\func{void}{SetColour}{\param{int}{ i}, \param{const wxColour\&}{ colour}}
+\func{void}{SetCustomColour}{\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.