]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/src/wxconfigtool.h
synching down and up events for the synthetic right mouse handling
[wxWidgets.git] / utils / configtool / src / wxconfigtool.h
index 130bfbeaadff16f9b07f08214ab00a8894a4b7c9..d2b9b926fe1309030c6132fd4d2cbb1c0359c978 100644 (file)
@@ -62,13 +62,13 @@ public:
     /// Returns the notebook window.
     wxNotebook* GetNotebookWindow() { return m_notebookWindow; }
 
-    /// Returns TRUE if the application should show tooltips.
+    /// Returns true if the application should show tooltips.
     virtual bool UsingTooltips();
 
     /// Returns the help controller object for the manual.
     wxHelpControllerBase& GetHelpController() { return *m_helpController; }
 
-    /// Returns the help controller object for the wxWindows reference manual.
+    /// Returns the help controller object for the wxWidgets reference manual.
     wxHelpControllerBase& GetReferenceHelpController() { return *m_helpControllerReference; }
 
     /// Returns the document manager object.
@@ -91,7 +91,7 @@ public:
     /// Saves config info to the registry or a file.
     virtual bool SaveConfig();
 
-    /// The help controller needs to be cleared before wxWindows
+    /// The help controller needs to be cleared before wxWidgets
     /// cleanup happens.
     void ClearHelpControllers() ;