webengine/osswebengine/WebKitTools/Drosera/English.lproj/MainMenu.nib/classes.nib
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 14 Apr 2010 17:06:56 +0300
branchRCL_3
changeset 37 ac77f89b1d9e
parent 0 dd21522fd290
permissions -rw-r--r--
Revision: 201013 Kit: 201015

{
    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; 
}