diff options
Diffstat (limited to 'WebKitTools/Drosera/English.lproj/MainMenu.nib/classes.nib')
-rw-r--r-- | WebKitTools/Drosera/English.lproj/MainMenu.nib/classes.nib | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/WebKitTools/Drosera/English.lproj/MainMenu.nib/classes.nib b/WebKitTools/Drosera/English.lproj/MainMenu.nib/classes.nib new file mode 100644 index 0000000..f192cda --- /dev/null +++ b/WebKitTools/Drosera/English.lproj/MainMenu.nib/classes.nib @@ -0,0 +1,40 @@ +{ + IBClasses = ( + { + ACTIONS = {attach = id; showAttachPanel = id; }; + CLASS = DebuggerApplication; + LANGUAGE = ObjC; + OUTLETS = {attachButton = NSButton; attachTable = NSTableView; attachWindow = NSPanel; }; + SUPERCLASS = NSObject; + }, + { + ACTIONS = { + closeCurrentFile = id; + pause = id; + resume = id; + showConsole = id; + stepInto = id; + stepOut = id; + stepOver = id; + }; + CLASS = DebuggerDocument; + LANGUAGE = ObjC; + OUTLETS = {server = id; webView = WebView; }; + SUPERCLASS = NSWindowController; + }, + { + ACTIONS = { + closeCurrentFile = id; + myAction = id; + showConsole = id; + stepInto = id; + stepOut = id; + stepOver = id; + }; + CLASS = FirstResponder; + LANGUAGE = ObjC; + SUPERCLASS = NSObject; + } + ); + IBVersion = 1; +}
\ No newline at end of file |