Added Toolbar. No functionality implemented

This commit is contained in:
michael starke
2013-02-18 16:33:11 +01:00
parent 94ec1ccde3
commit 93928c376e
8 changed files with 415 additions and 418 deletions

View File

@@ -47,5 +47,8 @@
[self.mainWindowController openDocument];
}
- (void)toolbarItemPressed:(id)sender {
NSLog(@"Pressed %@", sender);
}
@end