| 2 | | IBClasses = ( |
| 3 | | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
| 4 | | { |
| 5 | | ACTIONS = {firstButtonClicked = id; secondButtonClicked = id; thirdButtonClicked = id; }; |
| 6 | | CLASS = LPModelessAlert; |
| 7 | | LANGUAGE = ObjC; |
| 8 | | OUTLETS = { |
| 9 | | "m_buttonsBox" = NSView; |
| 10 | | "m_delegate" = id; |
| 11 | | "m_firstButton" = NSButton; |
| 12 | | "m_infoMsgField" = NSTextField; |
| 13 | | "m_msgField" = NSTextField; |
| 14 | | "m_secondButton" = NSButton; |
| 15 | | "m_thirdButton" = NSButton; |
| 16 | | }; |
| 17 | | SUPERCLASS = NSWindowController; |
| 18 | | }, |
| 19 | | {CLASS = LPShadedWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, |
| 20 | | {CLASS = NSObject; LANGUAGE = ObjC; } |
| 21 | | ); |
| 22 | | IBVersion = 1; |
| | 2 | IBClasses = ( |
| | 3 | { |
| | 4 | CLASS = FirstResponder; |
| | 5 | LANGUAGE = ObjC; |
| | 6 | SUPERCLASS = NSObject; |
| | 7 | }, |
| | 8 | { |
| | 9 | ACTIONS = { |
| | 10 | firstButtonClicked = id; |
| | 11 | secondButtonClicked = id; |
| | 12 | thirdButtonClicked = id; |
| | 13 | }; |
| | 14 | CLASS = LPModelessAlert; |
| | 15 | LANGUAGE = ObjC; |
| | 16 | OUTLETS = { |
| | 17 | "m_buttonsBox" = NSView; |
| | 18 | "m_delegate" = id; |
| | 19 | "m_firstButton" = NSButton; |
| | 20 | "m_infoMsgField" = NSTextField; |
| | 21 | "m_msgField" = NSTextField; |
| | 22 | "m_secondButton" = NSButton; |
| | 23 | "m_thirdButton" = NSButton; |
| | 24 | }; |
| | 25 | SUPERCLASS = NSWindowController; |
| | 26 | }, |
| | 27 | { |
| | 28 | CLASS = NSObject; |
| | 29 | LANGUAGE = ObjC; |
| | 30 | } |
| | 31 | ); |
| | 32 | IBVersion = 1; |