Ignore:
Timestamp:
01/30/03 05:31:29 (21 years ago)
Author:
Nicholas Riley
Message:

ICeCoffEE 1.3b2 plus some changes for 1.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/English.lproj/APE Manager plugin.nib/classes.nib

    r66 r74  
    11{
    22    IBClasses = (
     3        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
    34        {
    4             ACTIONS = {addYourOwnActionsHere = id; };
    5             CLASS = BeepMultiplierController;
     5            ACTIONS = {
     6                commandClickEnabled = id;
     7                errorDialogEnabled = id;
     8                errorSoundEnabled = id;
     9                servicesInContextualMenu = id;
     10                servicesInMenuBar = id;
     11                textBlinkCount = id;
     12                textBlinkEnabled = id;
     13            };
     14            CLASS = ICeCoffEEController;
    615            LANGUAGE = ObjC;
    7             OUTLETS = {"add_your_own_outlets_here" = id; window = NSWindow; };
     16            OUTLETS = {
     17                commandClickEnabled = NSButton;
     18                errorDialogEnabled = NSButton;
     19                errorSoundEnabled = NSButton;
     20                servicesInContextualMenu = NSButton;
     21                servicesInMenuBar = NSButton;
     22                textBlinkCount = NSPopUpButton;
     23                textBlinkEnabled = NSButton;
     24                window = NSWindow;
     25            };
    826            SUPERCLASS = NSObject;
    9         },
    10         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
     27        }
    1128    );
    1229    IBVersion = 1;
Note: See TracChangeset for help on using the changeset viewer.