home *** CD-ROM | disk | FTP | other *** search
/ Superpower (Alt) / SUPERPOWER.iso / q / source / popscrol.h < prev    next >
Encoding:
Text File  |  1996-08-08  |  168 b   |  11 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface PopScrollView : ScrollView
  4. {
  5.     id    button1, button2;
  6. }
  7.  
  8. - initFrame:(const NXRect *)frameRect button1: b1 button2: b2;
  9. - tile;
  10.  
  11. @end