TabulatorSpecification.st
changeset 1881 af7335c0fbd2
parent 327 25ced24b63ea
child 4477 b7e2eb4be837
equal deleted inserted replaced
1880:f133d40bd2b0 1881:af7335c0fbd2
     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 "{ Package: 'stx:libwidg2' }"
    12 
    14 
    13 Model subclass:#TabulatorSpecification
    15 Model subclass:#TabulatorSpecification
    14 	instanceVariableNames:'tabUnit unitReference tabPositions tabTypes'
    16 	instanceVariableNames:'tabUnit unitReference tabPositions tabTypes'
    15 	classVariableNames:''
    17 	classVariableNames:''
    16 	poolDictionaries:''
    18 	poolDictionaries:''
    96               colAt:4 put:'barFoo';
    98               colAt:4 put:'barFoo';
    97               colAt:5 put:'baz';
    99               colAt:5 put:'baz';
    98               colAt:6 put:'1234.56'.
   100               colAt:6 put:'1234.56'.
    99 
   101 
   100         listView at:3 put:entry.
   102         listView at:3 put:entry.
   101         listView open
   103         (ScrollableView forView:listView) open
   102                                                                         [exEnd]
   104                                                                         [exEnd]
   103 
   105 
   104 
   106 
   105     defining field positions in millimeter :
   107     defining field positions in millimeter :
   106                                                                         [exBegin]
   108                                                                         [exBegin]
   542 ! !
   544 ! !
   543 
   545 
   544 !TabulatorSpecification class methodsFor:'documentation'!
   546 !TabulatorSpecification class methodsFor:'documentation'!
   545 
   547 
   546 version
   548 version
   547     ^ '$Header: /cvs/stx/stx/libwidg2/TabulatorSpecification.st,v 1.14 1997-03-28 14:20:35 cg Exp $'
   549     ^ '$Header: /cvs/stx/stx/libwidg2/TabulatorSpecification.st,v 1.15 2000-11-14 18:03:56 cg Exp $'
   548 ! !
   550 ! !