From 11f80e3e34ed147155c228cce1d99836bc67cce1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 9 Oct 2018 15:10:11 +0200 Subject: [PATCH] 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. --- interface/wx/dataview.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interface/wx/dataview.h b/interface/wx/dataview.h index e3e10e25fc..84c7479df8 100644 --- a/interface/wx/dataview.h +++ b/interface/wx/dataview.h @@ -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.