]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/document.tex
added and documented wxKeyEvent::GetUnicodeKey(); made it work for MSW; added test...
[wxWidgets.git] / docs / latex / wx / document.tex
index eb2c774a2db051d55c65b8efee29a50bb2ee15f0..49cb5f9caab95328ba473e22b4dd4cd4b8c97789 100644 (file)
@@ -1,7 +1,7 @@
 \section{\class{wxDocument}}\label{wxdocument}
 
 The document class can be used to model an application's file-based
 \section{\class{wxDocument}}\label{wxdocument}
 
 The document class can be used to model an application's file-based
-data. It is part of the document/view framework supported by wxWindows,
+data. It is part of the document/view framework supported by wxWidgets,
 and cooperates with the \helpref{wxView}{wxview}, \helpref{wxDocTemplate}{wxdoctemplate}\rtfsp
 and \helpref{wxDocManager}{wxdocmanager} classes.
 
 and cooperates with the \helpref{wxView}{wxview}, \helpref{wxDocTemplate}{wxdoctemplate}\rtfsp
 and \helpref{wxDocManager}{wxdocmanager} classes.
 
@@ -200,7 +200,7 @@ Override this function and call it from your own LoadObject before
 streaming your own data. LoadObject is called by the framework
 automatically when the document contents need to be loaded.
 
 streaming your own data. LoadObject is called by the framework
 automatically when the document contents need to be loaded.
 
-Note that only one of these forms exists, depending on how wxWindows
+Note that only one of these forms exists, depending on how wxWidgets
 was configured.
 
 \membersection{wxDocument::Modify}\label{wxdocumentmodify}
 was configured.
 
 \membersection{wxDocument::Modify}\label{wxdocumentmodify}
@@ -311,7 +311,7 @@ Override this function and call it from your own SaveObject before
 streaming your own data. SaveObject is called by the framework
 automatically when the document contents need to be saved.
 
 streaming your own data. SaveObject is called by the framework
 automatically when the document contents need to be saved.
 
-Note that only one of these forms exists, depending on how wxWindows
+Note that only one of these forms exists, depending on how wxWidgets
 was configured.
 
 \membersection{wxDocument::SetCommandProcessor}
 was configured.
 
 \membersection{wxDocument::SetCommandProcessor}