The R Project SVN R-packages

Rev

Rev 1111 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

{
    IBClasses = (
        {
            ACTIONS = {
                changeAlphaColor = id; 
                changeBackGColor = id; 
                changeInputColor = id; 
                changeOutputColor = id; 
                changePromptColor = id; 
                changeStderrColor = id; 
                changeStdoutColor = id; 
                setDefaultColors = id; 
            }; 
            CLASS = ColorsPrefPane; 
            LANGUAGE = ObjC; 
            OUTLETS = {
                alphaStepper = NSSlider; 
                backgColorWell = NSColorWell; 
                defaultColorsButton = NSButton; 
                inputColorWell = NSColorWell; 
                mainView = NSView; 
                outputColorWell = NSColorWell; 
                promptColorWell = NSColorWell; 
                stderrColorWell = NSColorWell; 
                stdoutColorWell = NSColorWell; 
            }; 
            SUPERCLASS = NSObject; 
        }, 
        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
    ); 
    IBVersion = 1; 
}