]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/regkey.tex
remove C++ comment
[wxWidgets.git] / docs / latex / wx / regkey.tex
index 6b08425ab2cbb51ea6450f83f6aa984abd0fb07a..c20ae973b9a95b5f10c448c729296897e13ee151 100644 (file)
@@ -44,6 +44,10 @@ None
 
 <wx/msw/registry.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{Example}
 
 \begin{verbatim}
@@ -144,7 +148,7 @@ Gets the name of the registry key.
 
 \membersection{wxRegKey::GetFirstKey}\label{wxregkeygetfirstkey}
 
-\func{bool}{GetKeyValue}{\param{wxString\&}{ strKeyName}, \param{long\&}{ lIndex}}
+\func{bool}{GetFirstKey}{\param{wxString\&}{ strKeyName}, \param{long\&}{ lIndex}}
 
 Gets the first key.
 
@@ -265,5 +269,10 @@ Renames a value.
 
 \func{bool}{SetValue}{\param{const wxChar *}{szValue}, \param{long}{ lValue}}
 
-Sets the numeric value.
+\func{bool}{SetValue}{\param{const wxChar *}{szValue}, \param{const wxString\&}{ strValue}}
+
+\func{bool}{SetValue}{\param{const wxChar *}{szValue}, \param{const wxMemoryBuffer\&}{ buf}}
+
+Sets the given \arg{szValue} which must be numeric, string or binary depending
+on the overload used. If the value doesn't exist, it is created.