EnterFieldGroup.st
changeset 1280 460131bb2a9a
parent 809 e8c93a70bfd1
child 1355 6725ab9cc6f5
equal deleted inserted replaced
1279:4cb391ed6fbf 1280:460131bb2a9a
   466 ! !
   466 ! !
   467 
   467 
   468 !EnterFieldGroup methodsFor:'adding / removing'!
   468 !EnterFieldGroup methodsFor:'adding / removing'!
   469 
   469 
   470 add:aField
   470 add:aField
   471     |thisIndex action|
   471     |thisIndex|
   472 
   472 
   473     fields isNil ifTrue:[
   473     fields isNil ifTrue:[
   474         fields := OrderedCollection new
   474         fields := OrderedCollection new
   475     ].
   475     ].
   476     fields add:aField.
   476     fields add:aField.
   726 ! !
   726 ! !
   727 
   727 
   728 !EnterFieldGroup  class methodsFor:'documentation'!
   728 !EnterFieldGroup  class methodsFor:'documentation'!
   729 
   729 
   730 version
   730 version
   731     ^ '$Header: /cvs/stx/stx/libwidg/EnterFieldGroup.st,v 1.28 1996-08-01 16:18:35 cg Exp $'
   731     ^ '$Header: /cvs/stx/stx/libwidg/EnterFieldGroup.st,v 1.29 1997-07-25 14:20:49 cg Exp $'
   732 ! !
   732 ! !