TabSpecRuler.st
changeset 1120 6f4f09f9ad43
parent 566 11ca5c6ba3d8
child 1157 7e64e555a971
equal deleted inserted replaced
1119:11cd3ce5171b 1120:6f4f09f9ad43
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
       
    13 'From Smalltalk/X, Version:3.2.1 on 20-oct-1997 at 3:15:06 pm'                  !
       
    14 
    12 
    15 SimpleView subclass:#TabSpecRuler
    13 SimpleView subclass:#TabSpecRuler
    16 	instanceVariableNames:'tabSpec titles handleStyle handleCursor movedTabIndex movedTabX
    14 	instanceVariableNames:'tabSpec titles handleStyle handleCursor movedTabIndex movedTabX
    17 		synchronousOperation handleWidth fixedTabs tabsAreVariable
    15 		synchronousOperation handleWidth fixedTabs tabsAreVariable
    18 		hiddenTabs'
    16 		hiddenTabs'
   458 ! !
   456 ! !
   459 
   457 
   460 !TabSpecRuler class methodsFor:'documentation'!
   458 !TabSpecRuler class methodsFor:'documentation'!
   461 
   459 
   462 version
   460 version
   463     ^ '$Header: /cvs/stx/stx/libwidg2/TabSpecRuler.st,v 1.13 1997-10-21 18:33:10 cg Exp $'
   461     ^ '$Header: /cvs/stx/stx/libwidg2/TabSpecRuler.st,v 1.14 1998-09-08 11:11:14 tm Exp $'
   464 ! !
   462 ! !