File: DocumentPropertiesPanelController.h

package info (click to toggle)
textedit.app 5.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,308 kB
  • sloc: objc: 2,863; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#import <Cocoa/Cocoa.h>


@interface DocumentPropertiesPanelController : NSWindowController {
    IBOutlet id documentObjectController;
    id inspectedDocument;
}

- (IBAction)toggleWindow:(id)sender;

@end