ftp.nice.ch/pub/next/tools/editor/Ivy.1.7.s.tar.gz#/Ivy/MiniText.Delegate.h

This is MiniText.Delegate.h in view mode; [Download] [Up]

/*
  Things MiniText does as a Delegate.
	    
  Copyright (C) 1996, Felix H. Gatzemeier.
  
  This file is part of Ivy.app, the minimal NeXTstep(TM) Editor..
  
  Ivy.app is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
  
  Ivy.app is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
  
  You should have received a copy of the GNU General Public License along with Ivy.app; see the file COPYING.  If not, write to
  fxg@imib.rwth-aachen.de
  or the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  
  $Header: /home/cvs/Ivy/MiniText.Delegate.h,v 1.4 1996/05/27 10:48:52 felix Exp $
*/

#import "MiniText.h"

@interface MiniText (ApplicationDelegate)
-appWillTerminate:sender;
- appDidInit:sender;
@end
@interface MiniText (WindowDelegate)
-windowWillClose:sender;
@end
@interface MiniText (TextDelegate)
-textDidChange:sender;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.