4 ACTIONS = {okay = id; };
5 CLASS = AIAccountPlusFieldPromptController;
8 "button_cancel" = NSButton;
9 "button_okay" = NSButton;
10 "popUp_service" = NSPopUpButton;
11 "textField_handle" = AICompletingTextField;
13 SUPERCLASS = AIWindowController;
15 {CLASS = AICompletingTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
17 CLASS = AILocalizationButton;
20 "view_anchorToLeftSide" = NSView;
21 "view_anchorToRightSide" = NSView;
22 "window_anchorOnLeftSide" = NSWindow;
23 "window_anchorOnRightSide" = NSWindow;
25 SUPERCLASS = NSButton;
28 CLASS = AILocalizationTextField;
31 "view_anchorToLeftSide" = NSView;
32 "view_anchorToRightSide" = NSView;
33 "window_anchorOnLeftSide" = NSWindow;
34 "window_anchorOnRightSide" = NSWindow;
36 SUPERCLASS = NSTextField;
39 ACTIONS = {closeWindow = id; };
40 CLASS = AINewMessagePromptController;
42 OUTLETS = {"label_from" = NSTextField; "label_to" = NSTextField; };
43 SUPERCLASS = AIAccountPlusFieldPromptController;
46 CLASS = AIWindowController;
48 SUPERCLASS = NSWindowController;
50 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
51 {CLASS = NSButton; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
52 {CLASS = NSTextField; LANGUAGE = ObjC; SUPERCLASS = NSControl; }