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

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

/* A specialized Text Object. Primarily defaults,
   later emacs-style keys etc.
   The initFrame: method loads the file named in NXArgv[NXArgc-1] and resizes itself so it gives the text ample width, not exceedind a defaults value. Its final frame may have different extents than the specified one.
	 
   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.  */

*/
#import <appkit/appkit.h>
/* For the defaults system */
#define DEFAULTOWNER				"Ivy"
#define FONTSIZENAME				"NXFontSize"
#define FONTSIZEVALUE				"12.0"
#define MAXWIDTHNAME				"MaxTextWidth"
#define MAXWIDTHVALUE				"950.0"
#define MAXWIDTHVALUEFLOAT	950.0

@interface MiniText:Text
-initFrame:(const NXRect *)frameRect;
@end

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