ftp.nice.ch/pub/next/tools/screen/Rulers_by_SW.1.2.s.tar.gz#/Rulers_by_SW/Rulers_by_SW-1.2/RulerManager.h

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

//
// Time-stamp: <94/11/27 10:23:40 stephan>
//
// RulerManager.m
// Project: Rulers
//
// Stephan Wacker
// 93-01-31


#import <appkit/appkit.h>

@interface RulerManager:Object
{
    id		infoPanel;		// Panel
    id		historyPanel;		// Panel
    id		newRuler;		// RulerControl
    id		preferences;		// RulerPreferencesControl
    
    id		rulerList;		// List
    id		mainRuler;		// Panel
}

// actions
- newHorizontal: sender;
- newVertical: sender;
- showPreferences: sender;

// access
- preferencesControl;
- rulerList;
- mainRuler;

// control
- rulerDidBecomeMain: sender;
- rulerWillClose: sender;

@end

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