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.
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.
*/
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
*/
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.
*/