document other SetValue() overloads

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-01-21 03:25:31 +00:00
parent b5d09a5fb8
commit 4651212662

View File

@@ -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.