The R Project SVN R-packages

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

//
//  MyDocument.h
//  R
//
//  Created by Simon Urbanek on 10/13/07.
//  Copyright __MyCompanyName__ 2007 . All rights reserved.
//


#import <Cocoa/Cocoa.h>

@interface RDocument : NSDocument
{
}

- (void) changeTitle: (NSString*) title;
- (void) setEditable: (BOOL) editable;
@end