SequenceView.st
changeset 1602 35e103b2f981
parent 1592 d545f9ba1fba
child 1770 21860fc4cbde
equal deleted inserted replaced
1601:57dde4dfee7e 1602:35e103b2f981
    40     ^ SelectionInListView defaultFont
    40     ^ SelectionInListView defaultFont
    41 
    41 
    42     "Created: / 20.6.1998 / 14:17:01 / cg"
    42     "Created: / 20.6.1998 / 14:17:01 / cg"
    43 ! !
    43 ! !
    44 
    44 
       
    45 !SequenceView methodsFor:'ST-80 compatibility'!
       
    46 
       
    47 optimizeForText
       
    48     "dummy - ST-80 compatibility"
       
    49 
       
    50     "Created: / 6.7.1998 / 13:26:18 / cg"
       
    51 ! !
       
    52 
    45 !SequenceView methodsFor:'accessing'!
    53 !SequenceView methodsFor:'accessing'!
    46 
    54 
    47 font:aFont
    55 font:aFont
    48     "set the font for the scrooled view
    56     "set the font for the scrooled view
    49     "
    57     "
    67 ! !
    75 ! !
    68 
    76 
    69 !SequenceView class methodsFor:'documentation'!
    77 !SequenceView class methodsFor:'documentation'!
    70 
    78 
    71 version
    79 version
    72     ^ '$Header: /cvs/stx/stx/libwidg/SequenceView.st,v 1.2 1998-06-20 12:18:31 cg Exp $'
    80     ^ '$Header: /cvs/stx/stx/libwidg/SequenceView.st,v 1.3 1998-07-06 15:51:29 cg Exp $'
    73 ! !
    81 ! !