TabulatorSpecification.st
changeset 36 160b8f0dfd7d
parent 28 ca403f4c5b86
child 70 4c579a1b3afc
equal deleted inserted replaced
35:556d556efefc 36:160b8f0dfd7d
     1 'From Smalltalk/X, Version:2.10.3 on 12-aug-1994 at 10:44:09 pm'!
       
     2 
       
     3 Object subclass:#TabulatorSpecification
       
     4 	 instanceVariableNames:'tabUnit unitReference tabPositions tabTypes'
       
     5 	 classVariableNames:''
       
     6 	 poolDictionaries:''
       
     7 	 category:'Views-Support'
       
     8 !
       
     9 
       
    10 !TabulatorSpecification class methodsFor:'documentation'!
       
    11 
       
    12 copyright
       
    13 "
     1 "
    14  COPYRIGHT (c) 1994 by Claus Gittinger
     2  COPYRIGHT (c) 1994 by Claus Gittinger
    15 	      All Rights Reserved
     3 	      All Rights Reserved
    16 
     4 
    17  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
    19  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
    20  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
    21  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    22  hereby transferred.
    10  hereby transferred.
    23 "
    11 "
       
    12 
       
    13 Object subclass:#TabulatorSpecification
       
    14 	 instanceVariableNames:'tabUnit unitReference tabPositions tabTypes'
       
    15 	 classVariableNames:''
       
    16 	 poolDictionaries:''
       
    17 	 category:'Views-Support'
       
    18 !
       
    19 
       
    20 !TabulatorSpecification class methodsFor:'documentation'!
       
    21 
       
    22 copyright
       
    23 "
       
    24  COPYRIGHT (c) 1994 by Claus Gittinger
       
    25 	      All Rights Reserved
       
    26 
       
    27  This software is furnished under a license and may be used
       
    28  only in accordance with the terms of that license and with the
       
    29  inclusion of the above copyright notice.   This software may not
       
    30  be provided or otherwise made available to, or used by, any
       
    31  other person.  No title to or ownership of the software is
       
    32  hereby transferred.
       
    33 "
    24 !
    34 !
    25 
    35 
    26 version
    36 version
    27 "
    37 "
    28 $Header: /cvs/stx/stx/libwidg2/TabulatorSpecification.st,v 1.3 1994-11-21 16:49:03 claus Exp $
    38 $Header: /cvs/stx/stx/libwidg2/TabulatorSpecification.st,v 1.4 1995-02-17 13:24:06 claus Exp $
    29 "
    39 "
    30 !
    40 !
    31 
    41 
    32 documentation
    42 documentation
    33 "
    43 "
    34     This is a helper class for table widgets and tabular data in
    44     This is a helper class for table widgets and tabular data in
    35     lists.
    45     lists.
    36     A tabulatorSpecification keeps track of where the tabs are,
    46     A tabulatorSpecification keeps track of where the tabs are,
    37     and how they align. They are to be used un conjunction with
    47     and how they align. They are to be used in conjunction with
    38     MultiColumnListEntry or the upcoming tableWidget.
    48     MultiColumnListEntry or the upcoming TableWidget.
       
    49     However, they may also be useful to represent tabs in a
       
    50     paragraph of text.
    39 "
    51 "
    40 !
    52 !
    41 
    53 
    42 examples 
    54 examples 
    43 "
    55 "