]> git.saurik.com Git - wxWidgets.git/commitdiff
Added some wxPerl notes.
authorMattia Barbon <mbarbon@cpan.org>
Sun, 19 Oct 2003 09:09:12 +0000 (09:09 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 19 Oct 2003 09:09:12 +0000 (09:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/docmanag.tex
docs/latex/wx/document.tex

index 83b22df2e5f97f29b1b23a77ca76578e9191b82c..c1d1161a07efdbd698de5cf984cf52edace2b4ca 100644 (file)
@@ -277,6 +277,9 @@ Copies a suitable default name into {\it buf}. This is implemented by
 appending an integer counter to the string {\bf unnamed} and incrementing
 the counter.
 
+\perlnote{In wxPerl this function must return the modified name rather
+than just modifying the argument.}
+
 \membersection{wxDocManager::OnCreateFileHistory}
 
 \func{wxFileHistory *}{OnCreateFileHistory}{\void}
index bb02ed455c4241243a2cea5709bf132ed6edeaff..eb2c774a2db051d55c65b8efee29a50bb2ee15f0 100644 (file)
@@ -161,6 +161,9 @@ Copies a suitable document name into the supplied {\it name} buffer. The default
 function uses the title, or if there is no title, uses the filename; or if no
 filename, the string {\bf unnamed}. 
 
+\perlnote{In wxPerl this function must return the modified name rather
+than just modifying the argument.}
+
 \membersection{wxDocument::GetTitle}
 
 \constfunc{wxString}{GetTitle}{\void}