Annotation of Examples/AppKit/BackspaceViews/SlidingImage/BackView.h, revision 1.1.1.1

1.1       root        1: #import <appkit/View.h>
                      2: #import "Thinker.h"
                      3: 
                      4: @interface BackView:View
                      5: {
                      6:        id image;
                      7:        NXRect imageRect;
                      8:        NXPoint maxCoord;
                      9:        unsigned BVthen;
                     10: }
                     11: 
                     12: - (BOOL) timePassed: (BStimeval) delay;
                     13: - drawSelf:(const NXRect *)rects :(int)rectCount;
                     14: - setImageConstraints;
                     15: - setImage: newImage;
                     16: - (BOOL) useBufferedWindow;
                     17: 
                     18: @end

unix.superglobalmegacorp.com

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