Authors
- Generated by buildd
-
- Declared in:
- GormPrefs/GormHeadersPref.h
Description forthcoming.
Instance Variables
Method summary
- (void)
addAction: (id)sender;
Add a header.
- (void)
preloadAction: (id)sender;
Called when the "preload" switch is set.
- (void)
removeAction: (id)sender;
Remove a header.
- (NSView*)
view;
View to show in prefs panel.
Instance Variables for GormHeadersPref Class
@protected id _view;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected id addButton;
Description forthcoming.
@protected NSMutableArray* headers;
Description forthcoming.
@protected id preloadButton;
Description forthcoming.
@protected id removeButton;
Description forthcoming.
@protected id table;
Description forthcoming.
@protected id window;
Description forthcoming.