source:
releases/Pester/1.1b4/Source/PSTimeDateEditor.h@
332
Last change on this file since 332 was 102, checked in by , 22 years ago | |
---|---|
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.