Last change
on this file since 209 was 5, checked in by Nicholas Riley, 22 years ago |
Initial import.
|
File size:
847 bytes
|
Rev | Line | |
---|
[5] | 1 | {
|
---|
| 2 | IBClasses = (
|
---|
| 3 | {
|
---|
| 4 | ACTIONS = {retrieveImageAutomatically = id; writeToPrefs = id; };
|
---|
| 5 | CLASS = DockCamPrefs;
|
---|
| 6 | LANGUAGE = ObjC;
|
---|
| 7 | OUTLETS = {
|
---|
| 8 | imageLocation = NSComboBox;
|
---|
| 9 | imageRefreshInterval = NSTextField;
|
---|
| 10 | imageRefreshIntervalUnits = NSPopUpButton;
|
---|
| 11 | retrieveImageAutomatically = NSMatrix;
|
---|
| 12 | showImageInBackground = NSButton;
|
---|
| 13 | };
|
---|
| 14 | SUPERCLASS = NSWindowController;
|
---|
| 15 | },
|
---|
| 16 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
---|
| 17 | {
|
---|
| 18 | ACTIONS = {clearAllEntries = id; removeEntry = id; };
|
---|
| 19 | CLASS = NJRHistoryTrackingComboBox;
|
---|
| 20 | LANGUAGE = ObjC;
|
---|
| 21 | SUPERCLASS = NSComboBox;
|
---|
| 22 | }
|
---|
| 23 | );
|
---|
| 24 | IBVersion = 1;
|
---|
| 25 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.