This is DirPanel.h in view mode; [Download] [Up]
/* DirPanel * * A category of SavePanel that extends SavePanel's capabilities * to specifying directories instead of files. * * Copyright 1991, Scott Hess. This source code may be redistributed * and modified without restriction. */ #import <appkit/appkit.h> @interface SavePanel (DirPanel) /* Call this routine as opposed to SavePanel's runModal. */ -(int)dirPanelRunModal; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.