ftp.nice.ch/pub/next/tools/system/Quotas.N.bs.tar.gz#/Quotas/Source/PrinterQueue/Qwatch.h

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

/* Generated by Interface Builder */

#import <objc/Object.h>
#import <appkit/appkit.h>
#import <stdio.h>
#import <pwd.h>
#import <dpsclient/dpsclient.h>
#import <dpsclient/event.h>
#import "BrowseText.h"

#define PRINTER "Local_Printer"
#define QFILE "/tmp/Qwatch"
#define QSIZE 1000
#define PSIZE 66

int queue[1000];
char jobowner[1000];
int qtop, selentry;

@interface Qwatch:Object
{
	id TheStatusField;
	id ThePasswordField;
	id TheScrollView;
	id TheText;
	id OwnerFont;
	id OtherFont;
	double delay;
	char status[256];
	char username[16];
	DPSTimedEntry tentry;
	NXCoord lineheight;
}

- setTheStatusField:anObject;
- setThePasswordField:anObject;
- setTheScrollView:anObject;
- setPassword:sender;
- deleteJob:sender;
- (char *)stringValue;
- appDidInit:sender;
- updateOutput;
- mouseSelected:(NXPoint *)pt;

@end

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