ApplicationController.st
changeset 63 23617db5f7db
parent 56 405a86416674
child 96 948318b2fbd4
equal deleted inserted replaced
62:194eb0590b1e 63:23617db5f7db
    33 "
    33 "
    34 !
    34 !
    35 
    35 
    36 version
    36 version
    37 "
    37 "
    38 $Header: /cvs/stx/stx/libview2/ApplicationController.st,v 1.3 1995-03-26 20:11:31 claus Exp $
    38 $Header: /cvs/stx/stx/libview2/ApplicationController.st,v 1.4 1995-05-03 00:01:08 claus Exp $
    39 "
    39 "
    40 !
    40 !
    41 
    41 
    42 documentation
    42 documentation
    43 "
    43 "
    49 
    49 
    50     Instance variables:
    50     Instance variables:
    51 "
    51 "
    52 ! !
    52 ! !
    53 
    53 
       
    54 !ApplicationController methodsFor:'closing'!
       
    55 
       
    56 close
       
    57     "close the application"
       
    58 
       
    59     self view destroy
       
    60 ! !
       
    61 
       
    62 
       
    63