From 46512126625d26b7c0f6f0a5e795063ce843f87c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 21 Jan 2006 03:25:31 +0000 Subject: [PATCH] document other SetValue() overloads git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/regkey.tex | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/regkey.tex b/docs/latex/wx/regkey.tex index 6b08425ab2..ac862814c8 100644 --- a/docs/latex/wx/regkey.tex +++ b/docs/latex/wx/regkey.tex @@ -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. -- 2.50.0