| 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 |
ACTIONS = {cancel = id; okay = id; preferenceChanged = id; }; |
| wixardy@3014 | 5 |
CLASS = AIListLayoutWindowController; |
| wixardy@3014 | 6 |
LANGUAGE = ObjC; |
| wixardy@3014 | 7 |
OUTLETS = { |
| wixardy@3014 | 8 |
"checkBox_drawContactBubblesWithGraadient" = NSButton; |
| wixardy@3014 | 9 |
"checkBox_extendedStatusVisible" = NSButton; |
| wixardy@3014 | 10 |
"checkBox_outlineBubbles" = NSButton; |
| wixardy@3014 | 11 |
"checkBox_serviceIconsVisible" = NSButton; |
| wixardy@3014 | 12 |
"checkBox_showGroupBubbles" = NSButton; |
| wixardy@3014 | 13 |
"checkBox_statusIconsVisible" = NSButton; |
| wixardy@3014 | 14 |
"checkBox_userIconVisible" = NSButton; |
| wixardy@3014 | 15 |
"fontField_contact" = JVFontPreviewField; |
| wixardy@3014 | 16 |
"fontField_group" = JVFontPreviewField; |
| wixardy@3014 | 17 |
"fontField_status" = JVFontPreviewField; |
| wixardy@3014 | 18 |
"popUp_contactTextAlignment" = NSPopUpButton; |
| wixardy@3014 | 19 |
"popUp_extendedStatusPosition" = NSPopUpButton; |
| wixardy@3014 | 20 |
"popUp_extendedStatusStyle" = NSPopUpButton; |
| wixardy@3014 | 21 |
"popUp_groupTextAlignment" = NSPopUpButton; |
| wixardy@3014 | 22 |
"popUp_serviceIconPosition" = NSPopUpButton; |
| wixardy@3014 | 23 |
"popUp_statusIconPosition" = NSPopUpButton; |
| wixardy@3014 | 24 |
"popUp_userIconPosition" = NSPopUpButton; |
| wixardy@3014 | 25 |
"slider_contactLeftIndent" = NSSlider; |
| wixardy@3014 | 26 |
"slider_contactRightIndent" = NSSlider; |
| wixardy@3014 | 27 |
"slider_contactSpacing" = NSSlider; |
| wixardy@3014 | 28 |
"slider_groupTopSpacing" = NSSlider; |
| wixardy@3014 | 29 |
"slider_outlineWidth" = NSSlider; |
| wixardy@3014 | 30 |
"slider_userIconSize" = NSSlider; |
| wixardy@3014 | 31 |
"tabViewItem_advancedContactBubbles" = NSTabViewItem; |
| wixardy@3014 | 32 |
"tabView_preferences" = NSTabView; |
| wixardy@3014 | 33 |
"textField_contactLeftIndent" = NSTextField; |
| wixardy@3014 | 34 |
"textField_contactRightIndent" = NSTextField; |
| wixardy@3014 | 35 |
"textField_contactSpacing" = NSTextField; |
| wixardy@3014 | 36 |
"textField_groupTopSpacing" = NSTextField; |
| wixardy@3014 | 37 |
"textField_layoutName" = NSTextField; |
| wixardy@3014 | 38 |
"textField_outlineWidthIndicator" = NSTextField; |
| wixardy@3014 | 39 |
"textField_userIconSize" = NSTextField; |
| wixardy@3014 | 40 |
}; |
| wixardy@3014 | 41 |
SUPERCLASS = AIWindowController; |
| wixardy@3014 | 42 |
}, |
| wixardy@3014 | 43 |
{ |
| wixardy@3014 | 44 |
CLASS = AIWindowController; |
| wixardy@3014 | 45 |
LANGUAGE = ObjC; |
| wixardy@3014 | 46 |
SUPERCLASS = NSWindowController; |
| wixardy@3014 | 47 |
}, |
| wixardy@3014 | 48 |
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
| wixardy@3014 | 49 |
{ |
| wixardy@3014 | 50 |
ACTIONS = {chooseFontWithFontPanel = id; selectFont = id; }; |
| wixardy@3014 | 51 |
CLASS = JVFontPreviewField; |
| wixardy@3014 | 52 |
LANGUAGE = ObjC; |
| wixardy@3014 | 53 |
SUPERCLASS = NSTextField; |
| wixardy@3014 | 54 |
}, |
| wixardy@3014 | 55 |
{CLASS = NSObject; LANGUAGE = ObjC; } |
| wixardy@3014 | 56 |
); |
| wixardy@3014 | 57 |
IBVersion = 1; |
| wixardy@3014 | 58 |
} |