]> git.saurik.com Git - wxWidgets.git/commitdiff
Add \newsince{2.7.0} to GetAsString and Set(wxString&)
authorMart Raudsepp <leio@gentoo.org>
Sun, 28 May 2006 09:29:53 +0000 (09:29 +0000)
committerMart Raudsepp <leio@gentoo.org>
Sun, 28 May 2006 09:29:53 +0000 (09:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/colour.tex

index 2c433298ebf1a4fb171c9641985209afea9eb7fe..00174d23da42ae2a121096d7053603e36c42acc0 100644 (file)
@@ -118,6 +118,7 @@ the colour as  \texttt{``\#"} followed by 6 hexadecimal digits
 
 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}