This is ContourSeriesPane.h in view mode; [Download] [Up]
/* * Copyright (C) 1993 Robert Davis * * This program is free software; you can redistribute it and/or * modify it under the terms of Version 2, or any later version, of * the GNU General Public License as published by the Free Software * Foundation. */ /* $Id: ContourSeriesPane.h,v 1.2 1993/05/04 16:21:26 davis Exp $ */ #import "Pane.h" @interface ContourSeriesPane:Pane { id seriesMatrix; id startField; id incrField; id endField; id levelsForm; id levelsFormCell; } - init; - (BOOL)updateStatus:aStatus doc:aDoc; - selectControl:sender; - setStart:sender; - setIncr:sender; - setEnd:sender; - setLevels:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.