LabelledEnterField.st
changeset 156 4752cd4b9eb2
parent 153 5167176d204b
child 159 0596de11a136
equal deleted inserted replaced
155:bc94dad4ad31 156:4752cd4b9eb2
    38     An EnterField with a name. Its protocol mimics that of an
    38     An EnterField with a name. Its protocol mimics that of an
    39     inputfield for the most common cases. However, for access to
    39     inputfield for the most common cases. However, for access to
    40     some specific things, you have to get the components 
    40     some specific things, you have to get the components 
    41     (labelField and inputField)
    41     (labelField and inputField)
    42     and send those message directly.
    42     and send those message directly.
       
    43 
       
    44     [author:]
       
    45         Claus Gittinger
    43 "
    46 "
    44 !
    47 !
    45 
    48 
    46 examples 
    49 examples 
    47 "
    50 "
   211 ! !
   214 ! !
   212 
   215 
   213 !LabelledEnterField class methodsFor:'documentation'!
   216 !LabelledEnterField class methodsFor:'documentation'!
   214 
   217 
   215 version
   218 version
   216     ^ '$Header: /cvs/stx/stx/libwidg2/LabelledEnterField.st,v 1.16 1996-04-22 22:19:46 cg Exp $'
   219     ^ '$Header: /cvs/stx/stx/libwidg2/LabelledEnterField.st,v 1.17 1996-04-25 17:24:14 cg Exp $'
   217 ! !
   220 ! !