source: releases/Pester/1.1a5/Source/NJRIntervalField.h@ 111

Last change on this file since 111 was 53, checked in by Nicholas Riley, 21 years ago

Updated for Pester 1.1a5 (very limited release).

Pester 1.1a4 was never released.

File size: 501 bytes
Line 
1//
2// NJRIntervalField.h
3// Pester
4//
5// Created by Nicholas Riley on Wed Dec 25 2002.
6// Copyright (c) 2002 Nicholas Riley. All rights reserved.
7//
8
9#import <AppKit/AppKit.h>
10
11
12@interface NJRIntervalField : NSTextField {
13 IBOutlet NSPopUpButton *intervalUnits;
14}
15
16- (NSTimeInterval)interval;
17- (BOOL)setInterval:(NSTimeInterval)interval; // returns false if out of range
18
19- (void)handleDidFailToFormatString:(NSString *)string errorDescription:(NSString *)error label:(NSString *)label;
20
21@end
Note: See TracBrowser for help on using the repository browser.