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

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