WindowBuilder.st
changeset 1498 677de8e0b423
parent 1447 879dc0a647c2
child 1505 c7cd2082381b
equal deleted inserted replaced
1497:dff682eb74fc 1498:677de8e0b423
   147 
   147 
   148     "Created: / 4.8.1998 / 19:39:37 / cg"
   148     "Created: / 4.8.1998 / 19:39:37 / cg"
   149     "Modified: / 4.8.1998 / 19:40:14 / cg"
   149     "Modified: / 4.8.1998 / 19:40:14 / cg"
   150 ! !
   150 ! !
   151 
   151 
   152 !WindowBuilder methodsFor:'Compatibility - ST80'!
   152 !WindowBuilder methodsFor:'Compatibility - VW'!
   153 
   153 
   154 source
   154 source
   155     "same as #application, for ST-80 compatibility"
   155     "same as #application, for ST-80 compatibility"
   156 
   156 
   157     ^ application
   157     ^ application
  1264 ! !
  1264 ! !
  1265 
  1265 
  1266 !WindowBuilder class methodsFor:'documentation'!
  1266 !WindowBuilder class methodsFor:'documentation'!
  1267 
  1267 
  1268 version
  1268 version
  1269     ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.91 2000-12-16 17:53:16 ps Exp $'
  1269     ^ '$Header: /cvs/stx/stx/libview2/WindowBuilder.st,v 1.92 2001-09-04 18:58:36 cg Exp $'
  1270 ! !
  1270 ! !