]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/regkey.tex
Removed wxDataViewViewColumn since it is redundant.
[wxWidgets.git] / docs / latex / wx / regkey.tex
index 6b08425ab2cbb51ea6450f83f6aa984abd0fb07a..f5853a10a32698b7a8c0a18aceedff4596893de8 100644 (file)
@@ -144,7 +144,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 +265,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.