DialogBox.st
changeset 1877 a46bf520f9c6
parent 1843 b868964a554e
child 1898 fe4300f57e1a
equal deleted inserted replaced
1876:d229519bc782 1877:a46bf520f9c6
  5729 !
  5729 !
  5730 
  5730 
  5731 realize
  5731 realize
  5732     "if any inputFields where added, activate the first one"
  5732     "if any inputFields where added, activate the first one"
  5733 
  5733 
       
  5734     super realize.
  5734     inputFieldGroup notNil ifTrue:[
  5735     inputFieldGroup notNil ifTrue:[
  5735         inputFieldGroup activateFirstIfNoCurrent
  5736         inputFieldGroup activateFirstIfNoCurrent
  5736     ].
  5737     ].
  5737     super realize
       
  5738 
  5738 
  5739     "Modified: / 13.8.1998 / 21:22:40 / cg"
  5739     "Modified: / 13.8.1998 / 21:22:40 / cg"
  5740 !
  5740 !
  5741 
  5741 
  5742 resize
  5742 resize
  5946 ! !
  5946 ! !
  5947 
  5947 
  5948 !DialogBox class methodsFor:'documentation'!
  5948 !DialogBox class methodsFor:'documentation'!
  5949 
  5949 
  5950 version
  5950 version
  5951     ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.133 1999-04-15 12:33:52 cg Exp $'
  5951     ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.134 1999-04-24 19:43:27 cg Exp $'
  5952 ! !
  5952 ! !
  5953 DialogBox initialize!
  5953 DialogBox initialize!