This is GKDefaults.h in view mode; [Download] [Up]
//************************************************************************** // Copyright (c)1993 KNOPS EDV-Anlagen Gerd Knops // // Project : GKLibrary // File : GKDefaults // Author : Gerd Knops // Date : 931121 // //************************************************************************** //************************************************************************** @interface NXColorWell(GKDefaults) //************************************************************************** - writeDefault:(const char *)name; - readDefault:(const char *)name; @end //************************************************************************** @interface Control(GKDefaults) //************************************************************************** - writeDefault:(const char *)name; - readDefault:(const char *)name; - writeIntDefault:(const char *)name; - readIntDefault:(const char *)name; @end //************************************************************************** @interface Cell(GKDefaults) //************************************************************************** - writeDefault:(const char *)name; - readDefault:(const char *)name; - writeIntDefault:(const char *)name; - readIntDefault:(const char *)name; @end //************************************************************************** @interface Matrix(GKDefaults) //************************************************************************** - writeDefault:(const char *)name; - readDefault:(const char *)name; // // <PRIVATE> // - (int)getSelectedCellMask; @end //***********************************************************************EOF
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.