]> git.saurik.com Git - wxWidgets.git/commitdiff
do not document Clone() overloads only for some classes; Clone() is reimplemented...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 27 Dec 2008 13:46:00 +0000 (13:46 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 27 Dec 2008 13:46:00 +0000 (13:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/dataview.h
interface/wx/propgrid/propgrid.h
interface/wx/richtext/richtextctrl.h

index 2eba270aef86b9145a1b302e7690feea0b6c5c39..c0262d0300191064d76794df873ac9808474736e 100644 (file)
@@ -70,11 +70,6 @@ public:
     wxDataViewEvent(const wxDataViewEvent& event);
     //@}
 
     wxDataViewEvent(const wxDataViewEvent& event);
     //@}
 
-    /**
-        Used to clone the event.
-    */
-    wxEvent* Clone() const;
-
     /**
         Returns the position of the column in the control or -1
         if no column field was set by the event emitter.
     /**
         Returns the position of the column in the control or -1
         if no column field was set by the event emitter.
@@ -893,7 +888,7 @@ public:
        items have been read from the model by the control.
     */
     virtual void ExpandAncestors( const wxDataViewItem & item );
        items have been read from the model by the control.
     */
     virtual void ExpandAncestors( const wxDataViewItem & item );
-    
+
     /**
         Returns pointer to the column. @a pos refers to the position in the
         control which may change after reordering columns by the user.
     /**
         Returns pointer to the column. @a pos refers to the position in the
         control which may change after reordering columns by the user.
index 97ea3eb379623a87f47d60fdf651493c722ebc0e..aa3379626676f76db5d113a33e47189fdd912f12 100644 (file)
@@ -849,9 +849,6 @@ public:
     */
     bool CanVeto() const;
 
     */
     bool CanVeto() const;
 
-    /** Copyer. */
-    virtual wxEvent* Clone() const;
-
     /**
         Returns highest level non-category, non-root parent of property for
         which event occurred. Useful when you have nested properties with
     /**
         Returns highest level non-category, non-root parent of property for
         which event occurred. Useful when you have nested properties with
index 9d2a99131c448b92005ea1e999009a039debb321..f70ad5a7dd7b1a291530af9a07837a541b0aa006 100644 (file)
@@ -73,11 +73,6 @@ public:
     */
     wxRichTextEvent(wxEventType commandType = wxEVT_NULL, int id = 0);
 
     */
     wxRichTextEvent(wxEventType commandType = wxEVT_NULL, int id = 0);
 
-    /**
-        Clones the event.
-    */
-    wxEvent* Clone() const;
-
     /**
         Returns the character pressed, within a wxEVT_COMMAND_RICHTEXT_CHARACTER event.
     */
     /**
         Returns the character pressed, within a wxEVT_COMMAND_RICHTEXT_CHARACTER event.
     */