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

Added alert section: checkboxes for 'display message and time',
'bounce dock icon', play sound/movie, number of times to play,
AppleScript, speech.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/Pester/Source/English.lproj/MainMenu.nib/classes.nib

    r28 r31  
    33        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
    44        {CLASS = NJRDateFormatter; LANGUAGE = ObjC; SUPERCLASS = NSDateFormatter; },
     5        {
     6            ACTIONS = {select = id; };
     7            CLASS = NJRFSObjectSelector;
     8            LANGUAGE = ObjC;
     9            SUPERCLASS = NSButton;
     10        },
    511        {
    612            ACTIONS = {clearAllEntries = id; removeEntry = id; };
     
    1117        {CLASS = NJRIntegerFilter; LANGUAGE = ObjC; SUPERCLASS = NSNumberFormatter; },
    1218        {
    13             ACTIONS = {dateCompleted = id; inAtChanged = id; setAlarm = id; update = id; };
     19            CLASS = NJRSoundPopUpButton;
     20            LANGUAGE = ObjC;
     21            OUTLETS = {preview = NSMovieView; };
     22            SUPERCLASS = NSPopUpButton;
     23        },
     24        {
     25            ACTIONS = {stopVoicePreview = id; };
     26            CLASS = NJRVoicePopUpButton;
     27            LANGUAGE = ObjC;
     28            SUPERCLASS = NSPopUpButton;
     29        },
     30        {CLASS = NSObject; LANGUAGE = ObjC; },
     31        {
     32            ACTIONS = {
     33                dateCompleted = id;
     34                doScriptChanged = id;
     35                doSpeakChanged = id;
     36                inAtChanged = id;
     37                playSoundChanged = id;
     38                setAlarm = id;
     39                silence = id;
     40                update = id;
     41            };
    1442            CLASS = PSAlarmSetController;
    1543            LANGUAGE = ObjC;
    1644            OUTLETS = {
     45                bounceDockIcon = NSButton;
     46                displayMessage = NSButtonCell;
     47                doScript = NSButtonCell;
     48                doSpeak = NSButtonCell;
    1749                inAtMatrix = NSMatrix;
    1850                messageField = NSTextField;
     51                playSound = NSButtonCell;
     52                script = NJRFSObjectSelector;
     53                scriptSelectButton = NSButton;
    1954                setButton = NSButton;
     55                sound = NJRSoundPopUpButton;
     56                soundRepetitionStepper = NSStepper;
     57                soundRepetitions = NSTextField;
     58                soundRepetitionsLabel = NSTextField;
    2059                timeDate = NSTextField;
    2160                timeDateCompletions = NSPopUpButton;
    2261                timeInterval = NSTextField;
     62                timeIntervalRepeats = NSButton;
    2363                timeIntervalUnits = NSPopUpButton;
    2464                timeOfDay = NSTextField;
    2565                timeSummary = NSTextField;
     66                voice = NJRVoicePopUpButton;
    2667            };
    2768            SUPERCLASS = NSWindowController;
     
    3475        },
    3576        {
    36             ACTIONS = {orderFrontAlarmsPanel = id; };
     77            ACTIONS = {orderFrontAlarmsPanel = id; orderFrontSetAlarmPanel = id; stopAlerts = id; };
    3778            CLASS = PSApplication;
    3879            LANGUAGE = ObjC;
Note: See TracChangeset for help on using the changeset viewer.