// // AppPrefsWindowController.h // #import <Cocoa/Cocoa.h> #import "DBPrefsWindowController.h" @interface AppPrefsWindowController : DBPrefsWindowController { IBOutlet NSView *generalPreferenceView; IBOutlet NSView *colorsPreferenceView; IBOutlet NSView *playbackPreferenceView; IBOutlet NSView *updatesPreferenceView; IBOutlet NSView *advancedPreferenceView; } @end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 20722 | jdputsch | initial branch, prep for -Zapp= support | ||
//guest/michael_bishop/MacMenu/src/3rdParty/DBPrefsWindowController/Source/AppPrefsWindowController.h | |||||
#1 | 8331 | Matt Attaway |
Adding initial version of MacMenu for Perforce MacMenu is a helpful Perforce client that sits in your toolbar. It allows you to run standard Perforce operations on the document that is open the currently active editor/viewer. |