do not document Clone() overloads only for some classes; Clone() is reimplemented in all event classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-12-27 13:46:00 +00:00
parent fa2370f16a
commit 798c0d873b
3 changed files with 1 additions and 14 deletions

View File

@@ -70,11 +70,6 @@ public:
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.

View File

@@ -849,9 +849,6 @@ public:
*/
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

View File

@@ -73,11 +73,6 @@ public:
*/
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.
*/