// owned by the set. Furthermore, children of the last parent are stored
// in a linear list.
//
-@interface wxCocoaOutlineDataSource : NSObject
+@interface wxCocoaOutlineDataSource : NSObject wxOSX_10_6_AND_LATER(<NSOutlineViewDataSource>)
{
// descriptors specifying the sorting (currently the array only holds one
// object only)
// wxCocoaOutlineView
// ============================================================================
-@interface wxCocoaOutlineView : NSOutlineView
+@interface wxCocoaOutlineView : NSOutlineView wxOSX_10_6_AND_LATER(<NSOutlineViewDelegate>)
{
@private
// column and row of the cell being edited or -1 if none
id GetItemAtRow(int row) const;
private:
+ void InitOutlineView(long style);
+
wxCocoaOutlineDataSource* m_DataSource;
wxCocoaOutlineView* m_OutlineView;