|
|
Sample Programs from NeXSTEP 3.3
@interface Inspector : Object
{
Graphic *selectedGraphic; /* the currently displayed graphic */
GraphicView *graphicView; /* the view selectedGraphic is in */
NXSize lastSize; /* the last size displayed */
Slider *lineWidthSlider;
id lineWidthField;
id arrows;
id width;
id lineColor;
id fillColor;
id filled;
id lineCap;
id lineJoin;
id height;
id formEntry;
}
/* Public methods */
- loadGraphic:(Graphic *)graphic;
- load:(GraphicView *)graphicView;
- initializeGraphic:(Graphic *)graphic;
- preset;
/* Panel delegate method */
- windowDidUpdate:(Window *)sender;
/* Target/Action methods */
- changeContinuous:sender;
- changeArrows:sender;
- changeLineJoin:sender;
- changeLineWidth:sender;
- changeLineCap:sender;
- changeDimensions:sender;
- changeLineColor:sender;
- changeFillColor:sender;
- changeFilled:sender;
- changeFormEntry:sender;
@end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.