WorkspaceApplication.st
changeset 3191 52879128b8a3
parent 3160 9cae0009d9f0
child 3193 e35a94b5c2a0
equal deleted inserted replaced
3190:f047ecb4311e 3191:52879128b8a3
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'Interface-Smalltalk'
     7 	category:'Interface-Smalltalk'
     8 !
     8 !
     9 
     9 
       
    10 !WorkspaceApplication class methodsFor:'documentation'!
       
    11 
       
    12 documentation
       
    13 "
       
    14     A simple wrapper around a WorkSpace-View, adding a pullDown menu.
       
    15 
       
    16     [author:]
       
    17         Claus Gittinger
       
    18 "
       
    19 ! !
    10 
    20 
    11 !WorkspaceApplication class methodsFor:'interface specs'!
    21 !WorkspaceApplication class methodsFor:'interface specs'!
    12 
    22 
    13 windowSpec
    23 windowSpec
    14     "This resource specification was automatically generated
    24     "This resource specification was automatically generated
   319 ! !
   329 ! !
   320 
   330 
   321 !WorkspaceApplication class methodsFor:'documentation'!
   331 !WorkspaceApplication class methodsFor:'documentation'!
   322 
   332 
   323 version
   333 version
   324     ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.2 2001-09-12 16:16:20 cg Exp $'
   334     ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.3 2001-09-24 13:39:53 cg Exp $'
   325 ! !
   335 ! !