| Rev | Line | |
|---|
| [13451] | 1 | //
|
|---|
| 2 | // PreferencesWindowController.h
|
|---|
| 3 | // issueXXX
|
|---|
| 4 | //
|
|---|
| 5 | // Created by Gary Palter on 2/18/10.
|
|---|
| 6 | // Copyright 2010 Clozure Associates. All rights reserved.
|
|---|
| 7 | //
|
|---|
| 8 |
|
|---|
| 9 | #import <Foundation/Foundation.h>
|
|---|
| 10 | #import "PreferencesView.h"
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 | @interface PreferencesWindowController : NSWindowController
|
|---|
| 14 | #ifndef WINDOWS
|
|---|
| 15 | <NSToolbarDelegate>
|
|---|
| 16 | #endif
|
|---|
| 17 | {
|
|---|
| 18 | NSToolbar *toolbar;
|
|---|
| 19 | IBOutlet PreferencesView *generalPrefs;
|
|---|
| 20 | IBOutlet PreferencesView *appearancePrefs;
|
|---|
| 21 | IBOutlet PreferencesView *documentationPrefs;
|
|---|
| 22 | IBOutlet PreferencesView *encodingsPrefs;
|
|---|
| 23 | }
|
|---|
| 24 |
|
|---|
| 25 | - (void)showFontPanel:(id)sender;
|
|---|
| 26 | - (void)startSwankListener:(id)sender;
|
|---|
| 27 |
|
|---|
| 28 | @end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.