ftp.nice.ch/Attic/openStep/implementation/gnustep/sources/objcX-0.87.tgz#/objcX-0.87/appkit/xtCell.h

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

/* Interface for Cell class ToolKit category
 * Copyright (C)  1995  The Board of Trustees of  
 * The Leland Stanford Junior University.  All Rights Reserved.
 *
 * Authors: Scott Francis, Paul Kunz, Imran Qureshi, and Libing Wang
 *
 * This file is part of an Objective-C class library for X-window system
 *
 * xtCell.h,v 1.3 1995/06/26 23:03:11 fedor Exp
 */

 
#ifndef _xt_Cell_h_
#define _xt_Cell_h_

#define Object X11Object	/* To avoid problems with Objective C */
#define Window X11Window
#define String X11String
#include <X11/IntrinsicP.h>
#undef Object
#undef Window
#undef String

@interface Cell(ToolKit)
- _addArg:(const char *)name :(XtArgVal)value;
- _setArg:(const char *)name to:(XtArgVal)value;

- _getArg:(const char *)name into:(XtArgVal *)value;
/*
 * Returns the requested resource.   'value' should be a pointer
 * to type of the correct size for the returned result
 */
@end

#endif	/* _xt_Cell_h_ */

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