OpenAFS
OpenAFS distributed network file system
/cygdrive/c/src/openafs/openafs.git/repo/src/platform/DARWIN/AFSPreference/InfoController.h
00001 //
00002 //  InfoCommander.h
00003 //  AFSCommander
00004 //
00005 //  Created by Claudio Bisegni on 06/07/07.
00006 //  Copyright 2007 INFN - National Institute of Nuclear Physics. All rights reserved.
00007 //
00008 
00009 #import <Cocoa/Cocoa.h>
00010 
00011 
00012 @interface InfoController : NSObject {
00013         id infoPanel;
00014         id texEditInfo;
00015         
00016         NSAttributedString *htmlLicence;
00017 }
00018 - (IBAction) closePanel:(id) sender;
00019 - (void)showHtmlResource :(NSString*)resourcePath;
00020 
00021 @end
 All Data Structures Files Functions Variables