wxWidgets/include/wx/osx/cocoa
Vadim Zeitlin 716dace3d6 Make wxDataViewCtrl::Expand() expand ancestors in native ports too
Expand() called ExpandAncestors() in the generic wxDataViewCtrl implementation
but not in the native ones, resulting in observable difference in the
behaviour: for example, the wxDataViewTreeCtrl in the dataview sample appeared
initially expanded under MSW, using the generic version, but collapsed under
GTK and OSX.

Harmonize this among all ports. This also has a nice side effect of making
Expand() less horribly inefficient as it is not recursively called by
ExpandAncestors() which it itself used to call: now ExpandAncestors() only
calls DoExpand() which is a simple function that only expands the item passed
to it and does nothing else.

Closes #14803.
2016-03-22 21:22:36 +01:00
..
private Add wxTextEntry::ForceUpper() 2015-12-08 03:02:46 +01:00
chkconf.h Use FSEvents in wxFileSystemWatcher on OS X 2015-06-06 02:37:35 +04:00
dataview.h Make wxDataViewCtrl::Expand() expand ancestors in native ports too 2016-03-22 21:22:36 +01:00
evtloop.h using Run of base class 2013-07-28 14:32:35 +00:00
private.h remove const from pass-by-value parameters 2016-01-16 10:55:01 -08:00
stdpaths.h Add Cocoa implementation of wxStandardPaths 2015-10-04 01:05:57 +02:00