Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
NotebookController.h
Go to the documentation of this file.
1//
2// NotebookController.h
3// Cadabra
4//
5// Created by Kasper Peeters on 31/01/2015.
6// Copyright (c) 2015 phi-sci. All rights reserved.
7//
8
9
10#import <Cocoa/Cocoa.h>
11
12@interface NotebookController : NSViewController {
13}
14
15@property (weak) IBOutlet NSTextField *status_label;
16@property (weak) IBOutlet NSScrollView *scrollbox;
17
18@end
Definition NotebookController.h:12