]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/calctrl.h
better documentation of DeviceToLogicalXXX() (#9896)
[wxWidgets.git] / interface / wx / calctrl.h
index 397b4760ef73627783d755036866614a4b5cbe03..e72e0bf4e6cd8f7e73d731293179a902f61d6dc1 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxCalendarEvent
-    @wxheader{calctrl.h}
 
     The wxCalendarEvent class is used together with wxCalendarCtrl.
 
@@ -49,7 +48,6 @@ enum wxCalendarDateBorder
 
 /**
     @class wxCalendarDateAttr
-    @wxheader{calctrl.h}
 
     wxCalendarDateAttr is a custom attributes for a calendar date. The objects
     of this class are used with wxCalendarCtrl.
@@ -194,7 +192,6 @@ enum wxCalendarHitTestResult
 
 /**
     @class wxCalendarCtrl
-    @wxheader{calctrl.h}
 
     The calendar control allows the user to pick a date.  The user can move the
     current selection using the keyboard and select the date (generating
@@ -496,7 +493,7 @@ public:
         @param lowerdate
             The low limit for the dates shown by the control or
             @c wxDefaultDateTime.
-        @param highlighting
+        @param upperdate
             The high limit for the dates shown by the control or
             @c wxDefaultDateTime.
         @return