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

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

//
// Time-stamp: <94/10/09 14:12:01 stephan>
//
// HRulerControl.h
// Project: Rulers
//
// Stephan Wacker
// 93-01-31


#import <appkit/appkit.h>

#import "RulerControl.h"

@interface HRulerControl: RulerControl
{
    id		leftArrow;		// Button
    id		rightArrow;		// Button
    id		topBatten;		// Button
    id		bottomBatten;		// Button

    NXImage	*leftArrowImage[2];	// normal, highlighted
    NXImage	*rightArrowImage[2];
    NXImage	*battenImage[2];
    NXImage	*controlBoxImage;	// normal

    int		hMarksPosition;		// preferences settings
}

// access: read
- (int) hMarksMode;
- (int) hPosNumMode;

// actions
- resizeLeft: sender;
- resizeRight: sender;
- slideLeft: sender;
- slideRight: sender;

@end

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