Ignore:
Timestamp:
10/29/02 22:20:58 (21 years ago)
Author:
Nicholas Riley
Message:

Changes for Pester 1.1d1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/PSAlarmSetController.h

    r26 r34  
    1010#import "PSAlarm.h"
    1111
     12@class NJRFSObjectSelector;
     13@class NJRSoundPopUpButton;
     14@class NJRVoicePopUpButton;
     15
    1216@interface PSAlarmSetController : NSWindowController {
    1317    IBOutlet NSTextField *messageField;
     
    1519    IBOutlet NSTextField *timeInterval;
    1620    IBOutlet NSPopUpButton *timeIntervalUnits;
     21    IBOutlet NSButton *timeIntervalRepeats;
    1722    IBOutlet NSTextField *timeOfDay;
    1823    IBOutlet NSTextField *timeDate;
    1924    IBOutlet NSPopUpButton *timeDateCompletions; // XXX should go away when bug preventing both formatters and popup menus from existing is fixed
     25    IBOutlet NSButtonCell *displayMessage;
     26    IBOutlet NSButton *bounceDockIcon;
     27    IBOutlet NSButtonCell *playSound;
     28    IBOutlet NJRSoundPopUpButton *sound;
     29    IBOutlet NSTextField *soundRepetitions;
     30    IBOutlet NSStepper *soundRepetitionStepper;
     31    IBOutlet NSTextField *soundRepetitionsLabel;
     32    IBOutlet NSButtonCell *doScript;
     33    IBOutlet NJRFSObjectSelector *script;
     34    IBOutlet NSButtonCell *doSpeak;
     35    IBOutlet NJRVoicePopUpButton *voice;
     36    IBOutlet NSButton *scriptSelectButton;
    2037    IBOutlet NSTextField *timeSummary;
    2138    IBOutlet NSButton *setButton;
     
    2946- (IBAction)dateCompleted:(NSPopUpButton *)sender;
    3047- (IBAction)inAtChanged:(id)sender;
     48- (IBAction)playSoundChanged:(id)sender;
     49- (IBAction)doScriptChanged:(id)sender;
     50- (IBAction)doSpeakChanged:(id)sender;
    3151- (IBAction)setAlarm:(NSButton *)sender;
    3252
     53- (IBAction)silence:(id)sender;
     54
    3355@end
Note: See TracChangeset for help on using the changeset viewer.