Ignore:
Timestamp:
10/20/02 04:41:17 (22 years ago)
Author:
Nicholas Riley
Message:

F-Script Anywhere 1.1.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/F-Script Anywhere/Source/FSAController.h

    r7 r14  
    2727#import <AppKit/AppKit.h>
    2828#import <FScript/FSInterpreterView.h>
     29#import <FScript/System.h>
    2930
    3031@class FSAViewAssociationController;
     
    3233@interface FSAController : NSWindowController {
    3334    IBOutlet FSInterpreterView *interpreterView;
     35    System *system;
    3436    FSAViewAssociationController *viewAssociationController;
    3537}
    3638
    3739- (IBAction)setFloating:(id)sender;
    38 - (IBAction)associateInterface:(id)sender;
     40- (IBAction)FSA_associateWithInterface:(id)sender;
    3941
    4042- (FSInterpreterView *)interpreterView;
     43- (System *)system;
    4144
    4245@end
Note: See TracChangeset for help on using the changeset viewer.