root/lang/objective-c/TerminalColoreopard/TCLPreferences.h
| Revision 3756, 314 bytes (checked in by niw, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | #import <Cocoa/Cocoa.h> |
| 2 | #import "TCLANSIColors.h" |
| 3 | |
| 4 | #define USER_DEFAULTS_KEY @"ANSI Colors" |
| 5 | |
| 6 | @interface TCLPreferences : NSObject { |
| 7 | IBOutlet NSMenu *terminalMenuAdditions; |
| 8 | TCLANSIColors *ansiColors; |
| 9 | } |
| 10 | +(TCLPreferences*) sharedInstance; |
| 11 | -(id) init; |
| 12 | -(TCLANSIColors*) ansiColors; |
| 13 | -(IBAction) apply:(id)sender; |
| 14 | @end |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)