Clarify wording of wxDataViewEvent::GetColumn() documentation

Just that the column is -1 if it's not available instead of speaking
about "event emitter" that people find confusing.
This commit is contained in:
Vadim Zeitlin
2018-10-09 15:10:11 +02:00
parent e160cb37b6
commit 11f80e3e34

View File

@@ -3746,10 +3746,9 @@ public:
*/
wxDataViewEvent(const wxDataViewEvent& event);
/**
Returns the position of the column in the control or -1
if no column field was set by the event emitter.
if column field is unavailable for this event.
For wxEVT_DATAVIEW_COLUMN_REORDERED, this is the new position of the
column.