ftp.nice.ch/pub/next/audio/player/niveaux.1.0.N.s.tar.gz#/SoundPlayer/PercentView.h

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

/* Simple subclass of View that display a fraction of a circle
	 to represent the percent set by its displayPercent: method */

#import <appkit/View.h>

@interface PercentView : View
{
	float percent;
}

- displayPercent: (float) p;

@end
/* RCS Information:
	$Author: me $;
	$Date: 92/05/03 17:25:33 $;
	$Source: /RS6000/usr/local/NFS_NeXT/Dev/Net/Archie_Prospero/Archie/RCS/PercentView.h,v $;
	$Revision: 1.4 $;
*/

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