| Framework | /System/Library/Frameworks/PreferencePanes.framework |
| Header file directories | /System/Library/Frameworks/PreferencePanes.framework/Headers |
| Declared in | NSPreferencePane.h |
The Preferences Panes framework defines the interface for subclasses to provide preference panes to System Preferences or other applications.
The Preference Panes framework can be used only by an Objective-C Cocoa application. The preference pane also needs to be written in Objective-C with its user interface implemented using Cocoa.
The Preferences Panes framework consists of the NSPreferencePane class, an abstract subclass of NSObject. An NSPreferencePane subclass serves as a controller, marshaling data between the user interface defined within a nib file and System Preferences or other applications.
Last updated: 2006-05-23