]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/tooltip.h
adjusted indentation with astyle; added Id keyword
[wxWidgets.git] / interface / tooltip.h
index 63215ba3d135970a252bb893e3535eca530be1dc..6abb42f45838fae2f65fe12b0f55b9d71e87c332 100644 (file)
@@ -9,16 +9,16 @@
 /**
     @class wxToolTip
     @wxheader{tooltip.h}
-    
+
     This class holds information about a tooltip associated with a window
     (see wxWindow::SetToolTip).
-    
+
     The four static methods, wxToolTip::Enable,
-    wxToolTip::SetDelay 
-    wxToolTip::SetAutoPop and 
+    wxToolTip::SetDelay
+    wxToolTip::SetAutoPop and
     wxToolTip::SetReshow can be used to globally
     alter tooltips behaviour.
-    
+
     @library{wxcore}
     @category{help}
 */