Cog/Preferences/General/FileTreePane.h

20 lines
322 B
C
Raw Normal View History

2006-09-04 14:06:23 -04:00
//
2008-02-17 16:27:29 -03:00
// FileTreePane.h
2006-09-04 14:06:23 -04:00
// Preferences
//
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
2006-09-04 14:06:23 -04:00
//
#import <Cocoa/Cocoa.h>
#import "PreferencePane.h"
2008-02-17 16:27:29 -03:00
@interface FileTreePane : PreferencePane {
IBOutlet NSTextField *rootPathTextView;
2006-09-04 14:06:23 -04:00
}
- (IBAction)openSheet:(id)sender;
2006-09-04 14:06:23 -04:00
@end