]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/colour.tex
made Convert() methods const
[wxWidgets.git] / docs / latex / wx / colour.tex
index c5fee6e53e32bf7cd1c1ff6560c5b18fa5eb78f3..40437b1cf53de16b37118c1771d0c8fb65310508 100644 (file)
@@ -246,8 +246,7 @@ is only one instance of this class: {\bf wxTheColourDatabase}.
 
 \wxheading{Derived from}
 
-\helpref{wxList}{wxlist}\\
-\helpref{wxObject}{wxobject}
+None
 
 \wxheading{Include files}
 
@@ -282,6 +281,13 @@ YELLOW GREEN.
 
 Constructs the colour database.
 
+\membersection{wxColourDatabase::AddColour}\label{wxcolourdatabaseaddcolour}
+
+\func{void}{AddColour}{\param{const wxString\& }{colourName}, \param{wxColour* }{colour}}
+
+Adds a colour to the database. If a colour with the same name already exists,
+it is replaced.
+
 \membersection{wxColourDatabase::FindColour}\label{wxcolourdatabasefindcolour}
 
 \func{wxColour*}{FindColour}{\param{const wxString\& }{colourName}}