]> git.saurik.com Git - wxWidgets.git/commitdiff
fix errors/inconsistencies pointed out by ifacecheck
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 11 May 2010 21:12:10 +0000 (21:12 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 11 May 2010 21:12:10 +0000 (21:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/datetime.h
interface/wx/ribbon/bar.h
interface/wx/ribbon/gallery.h
interface/wx/stc/stc.h

index 9e11fed428b47fd21fb620905e2b359d07ab72af..7f01b6483510bed79b3b4cf8ac0a073550459f16 100644 (file)
@@ -881,15 +881,15 @@ public:
         @see Format()
     */
     bool ParseFormat(const wxString& date,
-                     const wxString& format = wxDefaultDateTimeFormat,
-                     const wxDateTime& dateDef = wxDefaultDateTime,
+                     const wxString& format,
+                     const wxDateTime& dateDef,
                      wxString::const_iterator *end);
 
     /**
         @overload
     */
     bool ParseFormat(const wxString& date,
-                     const wxString& format = wxDefaultDateTimeFormat,
+                     const wxString& format,
                      wxString::const_iterator *end);
 
     /**
index ff039a62ec4bbd2a60f28ece8b1b02411dfcd95e..34d3a258be26843b535e757a9462730c53b5349a 100644 (file)
@@ -24,9 +24,9 @@ public:
     /**
         Constructor.
     */
-      wxRibbonBarEvent(wxEventType command_type = wxEVT_NULL,
-                       int win_id = 0,
-                       wxRibbonPage* page = NULL);
+    wxRibbonBarEvent(wxEventType command_type = wxEVT_NULL,
+                     int win_id = 0,
+                     wxRibbonPage* page = NULL);
 
     /**
         Returns the page being changed to, or being clicked on.
index 27d2fe349e177ad9f78c4fd6dc2b127701a92e99..d87f4f24bc912028fb3ee504d07d1f125dc57f01 100644 (file)
@@ -249,16 +249,16 @@ public:
 
     @see wxRibbonBar
 */
-class wxRibbonButtonBarEvent : public wxCommandEvent
+class wxRibbonGalleryEvent : public wxCommandEvent
 {
 public:
     /**
         Constructor.
     */
-    wxRibbonButtonBarEvent(wxEventType command_type = wxEVT_NULL,
-                       int win_id = 0,
-                       wxRibbonGallery* gallery = NULL,
-                       wxRibbonGalleryItem* item = NULL);
+    wxRibbonGalleryEvent(wxEventType command_type = wxEVT_NULL,
+                         int win_id = 0,
+                         wxRibbonGallery* gallery = NULL,
+                         wxRibbonGalleryItem* item = NULL);
 
     /**
         Returns the gallery which the event relates to.
index e1b0d08617b70afe4678467fd3a0b085c3c5dedc..595e3d9be4b73947ec1cdc20a928b492ee7c294b 100644 (file)
@@ -2800,18 +2800,6 @@ public:
     void ZoomOut();
 
 
-
-    
-    /**
-       Set the size of the dots used to mark space characters.
-    */
-    void SetWhitespaceSize(int size);
-
-    /**
-       Get the size of the dots used to mark space characters.
-    */
-    int GetWhitespaceSize() const;
-
     /**
        Sets how wrapped sublines are placed. Default is fixed.
     */