home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / exoten / icon / labelgen.iol < prev    next >
Encoding:
Text File  |  1990-03-18  |  230 b   |  10 lines

  1. class labelgen : Sequence(prefix,postfix)
  2.   method activate()
  3.     return self.prefix||self$Sequence.activate()||self.postfix
  4.   end
  5. initially
  6.   /(self.prefix) := ""
  7.   /(self.postfix) := ""
  8.   /(self.bounds)  := [50000]
  9. end
  10.