X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2a6f23364aefcd5095dc6558e3ab8144363fa96..395a82b13fa5f316d2d0dead17701e9bc23337d3:/docs/latex/wx/module.tex diff --git a/docs/latex/wx/module.tex b/docs/latex/wx/module.tex index 5df78e2e80..7d5e62dad0 100644 --- a/docs/latex/wx/module.tex +++ b/docs/latex/wx/module.tex @@ -24,7 +24,7 @@ For example: DECLARE_DYNAMIC_CLASS(wxDDEModule) public: wxDDEModule() {} - bool OnInit() { wxDDEInitialize(); return TRUE; }; + bool OnInit() { wxDDEInitialize(); return true; }; void OnExit() { wxDDECleanUp(); }; }; @@ -35,6 +35,10 @@ For example: \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxModule::wxModule}\label{wxmoduleconstr} @@ -88,7 +92,7 @@ Provide this function with appropriate cleanup for your module. \func{virtual bool}{OnInit}{\void} Provide this function with appropriate initialization for your module. If the function -returns FALSE, wxWindows will exit immediately. +returns false, wxWindows will exit immediately. \membersection{wxModule::RegisterModule}\label{wxmoduleregistermodule}