This is XmMenuCell.m in view mode; [Download] [Up]
/* Archiving Category for MenuCell
Copyright (C) 1993 The Board of Trustees of
The Leland Stanford Junior University. All Rights Reserved.
Authors: Mike Kienenberger (Alaska)
This file is part of the nib translator for
an Objective-C class library for X/Motif
XmMenuCell
*/
#include "/NextDeveloper/Headers/objc/typedstream.h"
#include "/NextDeveloper/Headers/objc/Object.h"
#define NXTypedStream TypedStream
#include <appkit/MenuCell.h>
@interface MenuCell (XmArchiving)
- write:(TypedStream *)stream;
@end
#include <stdio.h>
#include <stdlib.h>
@class PopUpList;
@implementation MenuCell (XmArchiving)
- write:(TypedStream *)stream
{
[super write:stream];
#ifdef DEBUG
printf("->MenuCell");
#endif
return self;
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.