From 28ff0cfb0af7d58244dfd06546b2c8ec37f01c75 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Tue, 1 Feb 2011 08:39:32 +0000 Subject: Factored Tree class out of TreeView svn path=/trunk/netsurf/; revision=11577 --- cocoa/NetSurf.xcodeproj/project.pbxproj | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'cocoa/NetSurf.xcodeproj/project.pbxproj') diff --git a/cocoa/NetSurf.xcodeproj/project.pbxproj b/cocoa/NetSurf.xcodeproj/project.pbxproj index 8df9dfa12..b15887b9f 100644 --- a/cocoa/NetSurf.xcodeproj/project.pbxproj +++ b/cocoa/NetSurf.xcodeproj/project.pbxproj @@ -184,6 +184,8 @@ 263629C812F69B120048542C /* NetsurfApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NetsurfApp.h; sourceTree = ""; }; 263629C912F69B120048542C /* NetsurfApp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NetsurfApp.m; sourceTree = ""; }; 263629CA12F69B120048542C /* system_colour.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = system_colour.m; sourceTree = ""; }; + 263769A912F7EBE2000F45FE /* Tree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tree.h; sourceTree = ""; }; + 263769AA12F7EBE2000F45FE /* Tree.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Tree.m; sourceTree = ""; }; 2639E20512F2ADEE00699678 /* coordinates.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = coordinates.h; sourceTree = ""; }; 264C344112F0987E00D11246 /* gui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gui.h; sourceTree = ""; }; 265F30A712D6637E0048B600 /* NetSurf-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "NetSurf-Info.plist"; sourceTree = ""; }; @@ -519,12 +521,24 @@ name = Makefiles; sourceTree = ""; }; + 263769A812F7EBC3000F45FE /* Tree View */ = { + isa = PBXGroup; + children = ( + 2622F1D512DCD84600CD5A62 /* TreeView.h */, + 2622F1D612DCD84600CD5A62 /* TreeView.m */, + 263769A912F7EBE2000F45FE /* Tree.h */, + 263769AA12F7EBE2000F45FE /* Tree.m */, + ); + name = "Tree View"; + sourceTree = ""; + }; 265F303F12D6637E0048B600 /* Cocoa Frontend */ = { isa = PBXGroup; children = ( 26CDD26512E74402004FC66B /* Browser */, 26CDD26712E74453004FC66B /* Download */, 26CDD26612E7441E004FC66B /* Views */, + 263769A812F7EBC3000F45FE /* Tree View */, 26CDD26812E74461004FC66B /* NSApplication */, 26CDD26912E7446E004FC66B /* Platform Interface */, 265F310F12D663C20048B600 /* Resources */, @@ -674,8 +688,6 @@ children = ( 26AFE8E212DF4200005AD082 /* ScrollableView.h */, 26AFE8E312DF4200005AD082 /* ScrollableView.m */, - 2622F1D512DCD84600CD5A62 /* TreeView.h */, - 2622F1D612DCD84600CD5A62 /* TreeView.m */, 26EC3B6812ED62C0000A960C /* URLFieldCell.h */, 26EC3B6912ED62C0000A960C /* URLFieldCell.m */, 26EC3C4212ED8202000A960C /* HistoryView.h */, -- cgit v1.2.3