webengine/osswebengine/WebKitTools/Drosera/English.lproj/MainMenu.nib/classes.nib
author Simon Howkins <simonh@symbian.org>
Mon, 15 Nov 2010 14:53:34 +0000
branchRCL_3
changeset 105 871af676edac
parent 0 dd21522fd290
permissions -rw-r--r--
Adjusted to avoid exports, etc, from a top-level bld.inf

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