TabView.st
changeset 1369 5dc3529ae230
parent 1351 1c82a076a23b
child 1376 86d99dc272d8
equal deleted inserted replaced
1368:eb9b2f411240 1369:5dc3529ae230
   917     "setup default attributes
   917     "setup default attributes
   918     "
   918     "
   919     |widget|
   919     |widget|
   920 
   920 
   921     super initialize.
   921     super initialize.
       
   922 
       
   923     maxRawNr := 1.
   922 
   924 
   923     self cursor:Cursor hand.
   925     self cursor:Cursor hand.
   924 
   926 
   925     widget          := TabWidget widgetClass:(self class defaultTabWidget).
   927     widget          := TabWidget widgetClass:(self class defaultTabWidget).
   926     tabStyle        := widget tabStyleOn:self.
   928     tabStyle        := widget tabStyleOn:self.
  1361 ! !
  1363 ! !
  1362 
  1364 
  1363 !TabView class methodsFor:'documentation'!
  1365 !TabView class methodsFor:'documentation'!
  1364 
  1366 
  1365 version
  1367 version
  1366     ^ '$Header: /cvs/stx/stx/libwidg2/TabView.st,v 1.41 1999-05-04 00:44:49 cg Exp $'
  1368     ^ '$Header: /cvs/stx/stx/libwidg2/TabView.st,v 1.42 1999-05-08 12:32:07 cg Exp $'
  1367 ! !
  1369 ! !