Added some wxPerl notes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-10-19 09:09:12 +00:00
parent 6ddade217e
commit 54451a2c58
2 changed files with 6 additions and 0 deletions

View 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}

View 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}