This is BBSlider.h in view mode; [Download] [Up]
/* BBSlider.h * * This our special slider obejct. The only thing I am missing in NeXT original * is that I never get informed of mouseDown & Up actions. To allow better * rotation operations we did modify the mouseDown method here. * * Usage: Don't use it. * Our Rotator cause this call to pose as the original Slider. * Before and after a mouseDown action we will get a transformation * start/end method. * This allows use to switch between different drawing styles. * Objective C is coooooll. * * Written by: Thomas Engel * Created: 26.03.1994 (Copyleft) * Last modified: 26.03.1994 */ #import <appkit/appkit.h> @interface BBSlider:Slider - mouseDown:(NXEvent *)theEvent; @end /* * History: 26.03.94 First test. Should help to notify rotaion start/end. * * * Bugs: - No. */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.