home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / self / contrib.lha / contrib / 491 / aa / test9.self < prev    next >
Encoding:
Text File  |  1993-07-22  |  188 b   |  9 lines

  1. bar: aa views textButton copy.
  2. bar label: 'Hello'.
  3. myview addSubView: bar.
  4. foo: aa views imageButton copy.
  5. foo bitmapName: 'Divide'.
  6. foo area: (50@350)##(20@@20).
  7. myview addSubView: foo.
  8.  
  9.