ZScrollView.h 145 B

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