home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / DynamicApp / AutoWidthMatrix.h next >
Text File  |  1993-01-19  |  145b  |  11 lines

  1. #import <appkit/Matrix.h>
  2.  
  3. @interface AutoWidthMatrix:Matrix
  4. {
  5. }
  6.  
  7. - superviewSizeChanged:(const NXSize *) oldSize;
  8. - sizeToSuperviewWidth;
  9.  
  10. @end
  11.