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

ICeCoffEE 1.3b2 plus some changes for 1.3

Location:
trunk/ICeCoffEE/ICeCoffEE/English.lproj/APE Manager plugin.nib
Files:
3 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;
  • trunk/ICeCoffEE/ICeCoffEE/English.lproj/APE Manager plugin.nib/info.nib

    r66 r74  
    2828        </array>
    2929        <key>IBSystem Version</key>
    30         <string>6G30</string>
     30        <string>6I15</string>
     31        <key>IBUserGuides</key>
     32        <dict>
     33                <key>195</key>
     34                <dict>
     35                        <key>guideLocations</key>
     36                        <array>
     37                                <string>Horizontal:245.000000</string>
     38                        </array>
     39                        <key>guidesLocked</key>
     40                        <false/>
     41                </dict>
     42        </dict>
    3143</dict>
    3244</plist>
Note: See TracChangeset for help on using the changeset viewer.