Annotation of Examples/AppKit/BackspaceViews/FadingImage/FadingImageView.h, revision 1.1.1.1

1.1       root        1: //
                      2: //  FadingImageView.h
                      3: //
                      4: //  Lennart Lovstrand, Rank Xerox EuroPARC, August 1991.
                      5: //
                      6: 
                      7: #import "BackView.h"
                      8: 
                      9: @interface FadingImageView:BackView
                     10: {
                     11:        NXPoint deltaCoord;
                     12:        unsigned steptime;
                     13:        float delta;
                     14:        enum {FV_FadeIn, FV_FadeOut, FV_Move} state;
                     15: }
                     16: 
                     17: - oneStep;
                     18: - initFrame:(NXRect *) frameRect;
                     19: - inspector:sender;
                     20: 
                     21: @end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.