GormPalettesPref class documentation

Authors

Generated by buildd

Software documentation for the GormPalettesPref class

GormPalettesPref : NSObject

Declared in:
GormPrefs/GormPalettesPref.h
Description forthcoming.

Instance Variables

Method summary

addAction: 

- (void) addAction: (id)sender;
Add a palette to the list.

removeAction: 

- (void) removeAction: (id)sender;
Remove a palette from the list.

view 

- (NSView*) view;
View to be shown in the preferences panel.



Instance Variables for GormPalettesPref Class

_view

@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.

addButton

@protected id addButton;
Description forthcoming.

removeButton

@protected id removeButton;
Description forthcoming.

table

@protected id table;
Description forthcoming.

window

@protected id window;
Description forthcoming.