home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <objc/Object.h>
-
- @interface How:Object
- {
- id Info; /* The Info panel */
- id MoreInfo; /* The MoreInfo panel */
- id CardOne;
- id CardTwo;
- id CardThree;
- id CardFour;
- id Result; /* The Result panel */
- id ResultForm; /* The result form in the Result panel */
- id ResultImage; /* Button that will display an image */
- id Select; /* The select panel is where the user selects an image */
- id Suzuki; /* Secret Suzuki RM250F panel */
- id BartFull; /* Secret Bart Simpson panel */
- }
-
- - init;
- - StartHow:sender;
- - OneYes:sender;
- - OneNo:sender;
- - DropCardOne:sender;
- - TwoYes:sender;
- - TwoNo:sender;
- - DropCardTwo:sender;
- - ThreeYes:sender;
- - ThreeNo:sender;
- - DropCardThree:sender;
- - FourYes:sender;
- - FourNo:sender;
- - DropCardFour:sender;
- - Chosen:sender;
- - WhichImage:sender;
- - ResultButton:sender; /* Secret button in the result panel */
- - ResultAnimation:sender; /* animation for result panel */
- - closeInfo:sender; /* Closes the Info panel and opens the MoreInfo panel */
-
- @end
-