ListViewController.st
changeset 174 d80a6cc3f9b2
parent 118 3ee5ea99d0e2
equal deleted inserted replaced
173:67654ab0d85b 174:d80a6cc3f9b2
    15 	 classVariableNames:''
    15 	 classVariableNames:''
    16 	 poolDictionaries:''
    16 	 poolDictionaries:''
    17 	 category:'Interface-Support'
    17 	 category:'Interface-Support'
    18 !
    18 !
    19 
    19 
    20 ListViewController comment:'
       
    21 COPYRIGHT (c) 1995 by Claus Gittinger
       
    22 	      All Rights Reserved
       
    23 
       
    24 $Header: /cvs/stx/stx/libwidg/ListViewController.st,v 1.1 1995-05-03 00:30:14 claus Exp $
       
    25 '!
       
    26 
       
    27 !ListViewController class methodsFor:'documentation'!
    20 !ListViewController class methodsFor:'documentation'!
    28 
    21 
    29 copyright
    22 copyright
    30 "
    23 "
    31  COPYRIGHT (c) 1995 by Claus Gittinger
    24  COPYRIGHT (c) 1995 by Claus Gittinger
    39  hereby transferred.
    32  hereby transferred.
    40 "
    33 "
    41 !
    34 !
    42 
    35 
    43 version
    36 version
    44 "
    37     ^ '$Header: /cvs/stx/stx/libwidg/ListViewController.st,v 1.2 1995-11-11 16:21:22 cg Exp $'
    45 $Header: /cvs/stx/stx/libwidg/ListViewController.st,v 1.1 1995-05-03 00:30:14 claus Exp $
       
    46 "
       
    47 !
    38 !
    48 
    39 
    49 documentation
    40 documentation
    50 "
    41 "
    51     a very simple controller: only handles some keys to pageup/down
    42     a very simple controller: only handles some keys to pageup/down