source: trunk/Cocoa/Pester/Source/PSTimeDateEditor.h@ 130

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

Pester 1.1b3

File size: 366 bytes
Line 
1//
2// PSDateCompletions.h
3// Pester
4//
5// Created by Nicholas Riley on Sun Feb 16 2003.
6// Copyright (c) 2003 Nicholas Riley. All rights reserved.
7//
8
9#import <AppKit/AppKit.h>
10
11
12@interface PSTimeDateEditor : NSObject {
13
14}
15
16+ (void)setUpTimeField:(NSTextField *)timeOfDay dateField:(NSTextField *)timeDate completions:(NSPopUpButton *)timeDateCompletions;
17
18@end
Note: See TracBrowser for help on using the repository browser.