Ignore:
Timestamp:
05/17/06 04:58:34 (18 years ago)
Author:
rchin
Message:

Object For Target... button now works as it should.

File:
1 edited

Legend:

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

    r19 r224  
    3232@interface FSAViewAssociationController : NSWindowController
    3333{
    34     IBOutlet NSButton *captureButton;
    35     IBOutlet NSButton *browseButton;
    36     IBOutlet NSButton *associateButton;
    37     IBOutlet NSTextField *descriptionField;
    38     IBOutlet NSTextField *variableNameField;
    39     IBOutlet NSTextField *statusField;
    4034    NSCursor *bullseyeCursor;
    4135    id selectedElement;
     
    4741- (id)initWithFSAController:(FSAController *)fsa;
    4842
    49 - (IBAction)update:(id)sender;
     43- (void)captureOneView;
    5044- (IBAction)captureView:(id)sender;
    51 - (IBAction)defineVariable:(id)sender;
    5245- (IBAction)viewInObjectBrowser:(id)sender;
     46- (void)alertWithString:(NSString *)alertString;
    5347
    5448@end
Note: See TracChangeset for help on using the changeset viewer.