]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/calctrl.h
restored wxWindow::Line/PageUp/Down docs
[wxWidgets.git] / interface / calctrl.h
index ad461f089907a9fc0d2a8aa52098ebac1697c05b..244d841c9baf1f4be9a694696af490e7b9268d72 100644 (file)
@@ -278,42 +278,42 @@ public:
 
     /**
         Gets the background colour of the header part of the calendar window.
-        
+
         @see SetHeaderColours()
     */
     const wxColour GetHeaderColourBg() const;
 
     /**
         Gets the foreground colour of the header part of the calendar window.
-        
+
         @see SetHeaderColours()
     */
     const wxColour GetHeaderColourFg() const;
 
     /**
         Gets the background highlight colour.
-        
+
         @see SetHighlightColours()
     */
     const wxColour GetHighlightColourBg() const;
 
     /**
         Gets the foreground highlight colour.
-        
+
         @see SetHighlightColours()
     */
     const wxColour GetHighlightColourFg() const;
 
     /**
         Return the background colour currently used for holiday highlighting.
-        
+
         @see SetHolidayColours()
     */
     const wxColour GetHolidayColourBg() const;
 
     /**
         Return the foreground colour currently used for holiday highlighting.
-        
+
         @see SetHolidayColours()
     */
     const wxColour GetHolidayColourFg() const;