ArrowButton.st
changeset 174 d80a6cc3f9b2
parent 155 d6f3836d2b51
child 205 6814c0bf8df8
equal deleted inserted replaced
173:67654ab0d85b 174:d80a6cc3f9b2
    24 			     LeftArrowFormFile RightArrowFormFile'
    24 			     LeftArrowFormFile RightArrowFormFile'
    25 	 poolDictionaries:''
    25 	 poolDictionaries:''
    26 	 category:'Views-Interactors'
    26 	 category:'Views-Interactors'
    27 !
    27 !
    28 
    28 
    29 ArrowButton comment:'
       
    30 COPYRIGHT (c) 1993 by Claus Gittinger
       
    31 	      All Rights Reserved
       
    32 
       
    33 $Header: /cvs/stx/stx/libwidg/ArrowButton.st,v 1.17 1995-09-07 12:44:14 claus Exp $
       
    34 '!
       
    35 
       
    36 !ArrowButton class methodsFor:'documentation'!
    29 !ArrowButton class methodsFor:'documentation'!
    37 
    30 
    38 copyright
    31 copyright
    39 "
    32 "
    40  COPYRIGHT (c) 1993 by Claus Gittinger
    33  COPYRIGHT (c) 1993 by Claus Gittinger
    48  hereby transferred.
    41  hereby transferred.
    49 "
    42 "
    50 !
    43 !
    51 
    44 
    52 version
    45 version
    53 "
    46     ^ '$Header: /cvs/stx/stx/libwidg/ArrowButton.st,v 1.18 1995-11-11 16:18:56 cg Exp $'
    54 $Header: /cvs/stx/stx/libwidg/ArrowButton.st,v 1.17 1995-09-07 12:44:14 claus Exp $
       
    55 "
       
    56 !
    47 !
    57 
    48 
    58 documentation
    49 documentation
    59 "
    50 "
    60     ArrowButtons display an arrow as their label; they are mainly
    51     ArrowButtons display an arrow as their label; they are mainly