ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/objcX-0.87.tgz#/objcX-0.87/nib-translator/XmCustomView.h

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

/*  Archiving Category for CustomView
    Copyright (C)  1993  The Board of Trustees of
    The Leland Stanford Junior University.  All Rights Reserved.

Authors: Paul Kunz, Imran Qureshi

 * This file is part of the nib translator for 
 * an Objective-C class library for X/Motif

XmCustomView.h,v 1.7 1995/01/03 21:27:10 pfkeb Exp

*/

#include "/NextDeveloper/Headers/objc/typedstream.h"
#include "/NextDeveloper/Headers/appkit/View.h"

#define NXTypedStream TypedStream

/* This are interfaces for NeXT Custom Objects */

@interface CustomView:View
{
  char	*className;
  id    realObject;
  id    extension;
}
- free;
- write:(NXTypedStream *)s;
- read:(NXTypedStream *)s;
- initFrame:(NXRect*)frameRect;
- awake;
- nibInstantiate;

@end

/* And now the category additions */

@interface CustomView (XmArchiving)
- initFrame:(NXRect*)frameRect;
- free;
- nibInstantiate;
- write:(TypedStream *)stream;
@end

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