webengine/osswebengine/WebKitTools/Drosera/English.lproj/MainMenu.nib/classes.nib
author William Roberts <williamr@symbian.org>
Thu, 17 Jun 2010 12:25:04 +0100
branchGCC_SURGE
changeset 81 2a9e6180e70c
parent 0 dd21522fd290
permissions -rw-r--r--
More MMP files which need to select EABI DEF files for GCCE builds - Bug 2962

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