ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Palettes/MiscGaugePalette/MiscGaugeViewInspector.h

This is MiscGaugeViewInspector.h in view mode; [Download] [Up]


#import <apps/InterfaceBuilder.h>

@interface MiscGaugeViewInspector:IBInspector
{
    id	attribsForm;			// Form with all the gauge's attributes.
//    id	backgroundColorWell;	
    id	gaugeColorWell;
    id	textColorWell;
    id	valueForm;				// Form with min, max and current value.
	id  sliderMatrix;			// Matrix of sliders to match the attribsForm.
	id  titleField;				// Textfield containing the gauge's title.
	id  titlePositionMatrix;	// Matrix of 2 buttons for title position.
}

- init;

- attribChanged: sender;
- sliderChanged: sender;

- backgroundColorChanged: sender;
- gaugeColorChanged: sender;
- textColorChanged: sender;
- valueChanged: sender;

- titleFieldChanged: sender;
- titlePositionChanged: sender;

- revert: sender;
- (BOOL)wantsButtons;

@end


@interface MiscGaugeViewInspector (NibInitialization)

- awakeFromNib;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.