| author | Frank Dowsett <wixardy@adium.im> |
| Fri Aug 20 21:47:49 2010 -0400 (21 months ago) | |
| changeset 3014 | 1105823ada09 |
| permissions | -rw-r--r-- |
| wixardy@3014 | 1 |
{ |
| wixardy@3014 | 2 |
IBClasses = ( |
| wixardy@3014 | 3 |
{ |
| wixardy@3014 | 4 |
CLASS = DCGaimZephyrJoinChatViewController; |
| wixardy@3014 | 5 |
LANGUAGE = ObjC; |
| wixardy@3014 | 6 |
OUTLETS = { |
| wixardy@3014 | 7 |
"textField_class" = NSTextField; |
| wixardy@3014 | 8 |
"textField_instance" = NSTextField; |
| wixardy@3014 | 9 |
"textField_recipient" = NSTextField; |
| wixardy@3014 | 10 |
}; |
| wixardy@3014 | 11 |
SUPERCLASS = DCJoinChatViewController; |
| wixardy@3014 | 12 |
}, |
| wixardy@3014 | 13 |
{ |
| wixardy@3014 | 14 |
ACTIONS = {closeWindow = id; joinChat = id; }; |
| wixardy@3014 | 15 |
CLASS = DCJoinChatViewController; |
| wixardy@3014 | 16 |
LANGUAGE = ObjC; |
| wixardy@3014 | 17 |
OUTLETS = {"popUp_service" = NSPopUpButton; view = NSView; "view_customView" = NSView; }; |
| wixardy@3014 | 18 |
SUPERCLASS = NSWindowController; |
| wixardy@3014 | 19 |
}, |
| wixardy@3014 | 20 |
{ |
| wixardy@3014 | 21 |
ACTIONS = {joinChat = id; }; |
| wixardy@3014 | 22 |
CLASS = DCNothing; |
| wixardy@3014 | 23 |
LANGUAGE = ObjC; |
| wixardy@3014 | 24 |
OUTLETS = { |
| wixardy@3014 | 25 |
"popUp_service" = NSPopUpButton; |
| wixardy@3014 | 26 |
"view_customView" = NSView; |
| wixardy@3014 | 27 |
"window_main" = NSWindow; |
| wixardy@3014 | 28 |
}; |
| wixardy@3014 | 29 |
SUPERCLASS = NSObject; |
| wixardy@3014 | 30 |
}, |
| wixardy@3014 | 31 |
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; } |
| wixardy@3014 | 32 |
); |
| wixardy@3014 | 33 |
IBVersion = 1; |
| wixardy@3014 | 34 |
} |