]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/document.tex
fixed docs of wxLocale::Init (forgotted bConvertEncoding)
[wxWidgets.git] / docs / latex / wx / document.tex
index 23ba28740960b6b42447c49690a29f4ee7153de6..462d6365b66187f7742f9773534e85f8e5e25926 100644 (file)
@@ -336,10 +336,12 @@ framework.
 
 \membersection{wxDocument::SetFilename}
 
-\func{void}{SetFilename}{\param{const wxString\& }{filename}}
+\func{void}{SetFilename}{\param{const wxString\& }{filename}, \param{bool}{ notifyViews = FALSE}}
 
 Sets the filename for this document. Usually called by the framework.
 
+If {\it notifyViews} is TRUE, wxView::OnChangeFilename is called for all views.
+
 \membersection{wxDocument::SetTitle}
 
 \func{void}{SetTitle}{\param{const wxString\& }{title}}