Browse CVS Repository
Contents of /undmail/guiproto/Preferences.nib/classes.nib
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
Sat Jan 25 13:25:38 2003 UTC
(21 years, 2 months ago)
by footashida
Branch: MAIN
CVS Tags: HEAD
*** empty log message ***
| 1 |
{ |
| 2 |
IBClasses = ( |
| 3 |
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
| 4 |
{ |
| 5 |
CLASS = PreferenceController; |
| 6 |
LANGUAGE = ObjC; |
| 7 |
OUTLETS = { |
| 8 |
accountPref = NSView; |
| 9 |
generalPref = NSView; |
| 10 |
mailCheckTable = NSTableView; |
| 11 |
popServerTable = NSTableView; |
| 12 |
preferenceWindow = NSWindow; |
| 13 |
rulePref = NSView; |
| 14 |
smtpServerTable = NSTableView; |
| 15 |
templatePref = NSView; |
| 16 |
viewPref = NSView; |
| 17 |
}; |
| 18 |
SUPERCLASS = NSWindowController; |
| 19 |
} |
| 20 |
); |
| 21 |
IBVersion = 1; |
| 22 |
} |
|