home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / Classes / DirPanel / DirPanel.h next >
Text File  |  1992-07-09  |  589b  |  23 lines

  1. /* DirPanel
  2.  *
  3.  * A category of SavePanel that extends SavePanel's capabilities
  4.  * to specifying directories instead of files.
  5.  *
  6.  * Copyright 1991, 1992 Scott Hess.  This source code may be
  7.  * redistributed and modified without restriction.  Well, one
  8.  * restriction - do not claim that you wrote it.
  9.  *
  10.  * Scott Hess
  11.  * 12901 Upton Avenue South, #326
  12.  * Burnsville, MN  55337
  13.  * (612) 895-1208
  14.  * scott@gac.edu
  15.  * shess@ssesco.com
  16.  */
  17. #import <appkit/SavePanel.h>
  18.  
  19. @interface SavePanel (DirPanel)
  20.     /* Call this routine as opposed to SavePanel's runModal. */
  21. -(int)dirPanelRunModal;
  22. @end
  23.