get selected tab in inspector closer to working: 1. it doesn't select at startup 2. needs missing images and cleaned up back images

This commit is contained in:
Mitchell Livingston
2007-10-07 02:25:39 +00:00
parent 4d7f48d7cf
commit 9e8dbcfe3e
8 changed files with 44 additions and 30 deletions

View File

@@ -38,7 +38,9 @@
BOOL fCanResizeVertical;
IBOutlet NSView * fInfoView, * fActivityView, * fPeersView, * fFilesView, * fOptionsView;
#warning streamline
NSView * fCurrentView;
int fCurrentTabTag;
IBOutlet NSMatrix * fTabMatrix;
IBOutlet ImageBackgroundView * fTabBackBar;