]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/colour.tex
Reparent() is available under Mac as well (bug 1500782)
[wxWidgets.git] / docs / latex / wx / colour.tex
index 9aa8957686b9e6b7c4782bde8562ba81f914a1bb..00174d23da42ae2a121096d7053603e36c42acc0 100644 (file)
@@ -109,15 +109,16 @@ Returns the blue intensity.
 Converts this colour to a \helpref{wxString}{wxstring}
 using the given {\it flags}.
 
-The supported flags are {\bf wxC2S_NAME}, to obtain the colour
-name (e.g. wxColour(255,0,0) -> \texttt{``red"}), {\bf wxC2S_CSS_SYNTAX}, to obtain
+The supported flags are {\bf wxC2S\_NAME}, to obtain the colour
+name (e.g. wxColour(255,0,0) -> \texttt{``red"}), {\bf wxC2S\_CSS\_SYNTAX}, to obtain
 the colour in the \texttt{``rgb(r,g,b)"} syntax
-(e.g. wxColour(255,0,0) -> \texttt{``rgb(255,0,0)"}), and {\bf wxC2S_HTML_SYNTAX}, to obtain
+(e.g. wxColour(255,0,0) -> \texttt{``rgb(255,0,0)"}), and {\bf wxC2S\_HTML\_SYNTAX}, to obtain
 the colour as  \texttt{``\#"} followed by 6 hexadecimal digits
 (e.g. wxColour(255,0,0) -> \texttt{``\#FF0000"}).
 
 This function never fails and always returns a non-empty string.
 
+\newsince{2.7.0}
 
 \membersection{wxColour::GetPixel}\label{wxcolourgetpixel}
 
@@ -173,6 +174,8 @@ Accepts colour names (those listed in \helpref{wxTheColourDatabase}{wxcolourdata
 
 Returns \true if the conversion was successful, \false otherwise.
 
+\newsince{2.7.0}
+
 
 \membersection{wxColour::operator $=$}\label{wxcolourassign}