Hi,all
We know we can setImage for a Button(NSButton),
But now I need setImage for NSStepper. How should I do?
Many thanks!
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the l
Hi,all
I know NSStepper provided by Interface builder.
But now I need to setImage like NSButton for a NSStepper, so I use two
buttons and a textFiled to make my stepper.
and another problem, I need make my stepper as a palette. How should I
do?
Many thanks
__