webengine/osswebengine/WebKitTools/Drosera/English.lproj/MainMenu.nib/classes.nib
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:28:30 +0100
branchRCL_3
changeset 94 919f36ff910f
parent 0 dd21522fd290
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201034 Kit: 201035

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