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:
parent
e160cb37b6
commit
11f80e3e34
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue