OpenAFS
OpenAFS distributed network file system
|
00001 // 00002 // ViewUtility.h 00003 // AFSCommander 00004 // 00005 // Created by Claudio Bisegni on 25/12/07. 00006 // Copyright 2007 INFN - National Institute of Nuclear Physics. All rights reserved. 00007 // 00008 00009 #import <Cocoa/Cocoa.h> 00010 00011 00012 @interface ViewUtility : NSObject { 00013 00014 } 00015 +(void) enbleDisableControlView: (NSView*)parentView controlState:(BOOL)controlState; 00016 @end