TabWidget.st
changeset 1381 af7df1844287
parent 1350 3425b715c379
child 1476 a2bd9f16d320
equal deleted inserted replaced
1380:3b343d2e69ef 1381:af7df1844287
   793 
   793 
   794     style := super tabStyleOn:aView.
   794     style := super tabStyleOn:aView.
   795 
   795 
   796     style at:#expandSelection    put:4@4.
   796     style at:#expandSelection    put:4@4.
   797     style at:#tabLevel           put:2.
   797     style at:#tabLevel           put:2.
   798     style at:#labelTopInset      put:2.
   798     style at:#labelTopInset      put:0.
   799     style at:#labelBottomInset   put:2.
   799     style at:#labelBottomInset   put:0.
   800     style at:#roundedEdges       put:true.
   800     style at:#roundedEdges       put:true.
   801   ^ style
   801   ^ style
   802 
   802 
   803     "Modified: / 4.5.1999 / 02:15:57 / cg"
   803     "Modified: / 20.5.1999 / 19:18:04 / cg"
   804 ! !
   804 ! !
   805 
   805 
   806 !TabWidget::Window class methodsFor:'calculate dimensions'!
   806 !TabWidget::Window class methodsFor:'calculate dimensions'!
   807 
   807 
   808 validateDimensions:aStyle
   808 validateDimensions:aStyle
  1078 ! !
  1078 ! !
  1079 
  1079 
  1080 !TabWidget class methodsFor:'documentation'!
  1080 !TabWidget class methodsFor:'documentation'!
  1081 
  1081 
  1082 version
  1082 version
  1083     ^ '$Header: /cvs/stx/stx/libwidg2/TabWidget.st,v 1.19 1999-05-04 00:34:49 cg Exp $'
  1083     ^ '$Header: /cvs/stx/stx/libwidg2/TabWidget.st,v 1.20 1999-05-20 17:29:18 cg Exp $'
  1084 ! !
  1084 ! !