Re: subclass of NSSlider won't call action method
Re: subclass of NSSlider won't call action method
- Subject: Re: subclass of NSSlider won't call action method
- From: Andreas Mayer <email@hidden>
- Date: Thu, 30 Jun 2005 07:59:40 +0200
Am 30.06.2005 um 05:09 Uhr schrieb Timothy J. Wood:
And, there are many other settings on NSSliderCell that this
doesn't copy across
I'm copying these:
[newCell setTag:[oldCell tag]];
[newCell setAction:[oldCell action]];
[newCell setControlSize:[oldCell controlSize]];
[newCell setType:[oldCell type]];
[newCell setState:[oldCell state]];
[newCell setAllowsTickMarkValuesOnly:[oldCell
allowsTickMarkValuesOnly]];
[newCell setAltIncrementValue:[oldCell altIncrementValue]];
[newCell setControlTint:[oldCell controlTint]];
[newCell setKnobThickness:[oldCell knobThickness]];
[newCell setMaxValue:[oldCell maxValue]];
[newCell setMinValue:[oldCell minValue]];
[newCell setDoubleValue:[oldCell doubleValue]];
[newCell setNumberOfTickMarks:[oldCell numberOfTickMarks]];
[newCell setSliderType:[oldCell sliderType]];
[newCell setEditable:[oldCell isEditable]];
[newCell setEnabled:[oldCell isEnabled]];
[newCell setEntryType:[oldCell entryType]];
[newCell setFocusRingType:[oldCell focusRingType]];
[newCell setHighlighted:[oldCell isHighlighted]];
[newCell setTarget:[oldCell target]];
[newCell setTickMarkPosition:[oldCell tickMarkPosition]];
Andreas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden