FillingWrapper.st
author Claus Gittinger <cg@exept.de>
Mon, 18 Aug 2003 14:13:55 +0200
changeset 1789 f52f0a0d8448
parent 405 4acab6da7d82
child 2635 dd576df334a4
permissions -rw-r--r--
category
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
"
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
 COPYRIGHT (c) 1996 by Claus Gittinger
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
              All Rights Reserved
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
 This software is furnished under a license and may be used
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
 only in accordance with the terms of that license and with the
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
 be provided or otherwise made available to, or used by, any
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
 other person.  No title to or ownership of the software is
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
 hereby transferred.
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
"
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
1789
f52f0a0d8448 category
Claus Gittinger <cg@exept.de>
parents: 405
diff changeset
    15
"{ Package: 'stx:libview2' }"
f52f0a0d8448 category
Claus Gittinger <cg@exept.de>
parents: 405
diff changeset
    16
252
80f1ba561aab inserted GeometricWrapper
Claus Gittinger <cg@exept.de>
parents: 248
diff changeset
    17
GeometricWrapper subclass:#FillingWrapper
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
	instanceVariableNames:''
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
	classVariableNames:''
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
	poolDictionaries:''
1789
f52f0a0d8448 category
Claus Gittinger <cg@exept.de>
parents: 405
diff changeset
    21
	category:'Compatibility-ST80-Graphics-Display Objects'
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
!
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    24
!FillingWrapper class methodsFor:'documentation'!
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    25
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    26
copyright
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    27
"
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    28
 COPYRIGHT (c) 1996 by Claus Gittinger
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    29
              All Rights Reserved
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    30
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    31
 This software is furnished under a license and may be used
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    32
 only in accordance with the terms of that license and with the
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    33
 inclusion of the above copyright notice.   This software may not
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    34
 be provided or otherwise made available to, or used by, any
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    35
 other person.  No title to or ownership of the software is
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    36
 hereby transferred.
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    37
"
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    38
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    39
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    40
!
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    41
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    42
documentation
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
"
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
    a wrapper for a geometric object, which is to be drawn filled.
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
    This allows any geometric thingy to be used as a filled component in a view.
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    46
254
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    47
    (background info: geometrics are mathematical objects - they do not 
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    48
     keep any color or lineStyle attributes. Wrappers add this information
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    49
     and can also be used as components of a view)
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    50
265
45c83acd7562 comments
Claus Gittinger <cg@exept.de>
parents: 254
diff changeset
    51
    Notice: 
45c83acd7562 comments
Claus Gittinger <cg@exept.de>
parents: 254
diff changeset
    52
        this class was implemented using protocol information
365
47e0d48fd769 commentary
Claus Gittinger <cg@exept.de>
parents: 282
diff changeset
    53
        from alpha testers, from reading PD programs and 
47e0d48fd769 commentary
Claus Gittinger <cg@exept.de>
parents: 282
diff changeset
    54
        from the Hopkins/Horan book.
265
45c83acd7562 comments
Claus Gittinger <cg@exept.de>
parents: 254
diff changeset
    55
        - it may not be complete or compatible to the corresponding ST-80 class. 
45c83acd7562 comments
Claus Gittinger <cg@exept.de>
parents: 254
diff changeset
    56
        If you encounter any incompatibilities, please forward a note 
45c83acd7562 comments
Claus Gittinger <cg@exept.de>
parents: 254
diff changeset
    57
        describing the incompatibility verbal (i.e. no code) to the ST/X team.
45c83acd7562 comments
Claus Gittinger <cg@exept.de>
parents: 254
diff changeset
    58
248
266a7ec53d9f more examples & comments
Claus Gittinger <cg@exept.de>
parents: 246
diff changeset
    59
    [see also:]
266a7ec53d9f more examples & comments
Claus Gittinger <cg@exept.de>
parents: 246
diff changeset
    60
        StrokingWrapper Geometric GraphicsContext
266a7ec53d9f more examples & comments
Claus Gittinger <cg@exept.de>
parents: 246
diff changeset
    61
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    62
    [author:]
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    63
        Claus Gittinger
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    64
"
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    65
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    66
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    67
!
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    68
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    69
examples
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    70
"
254
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    71
  wrap an ellipticArc and display it
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    72
  (notice, that no automatic redraw is performed):
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    73
                                                                        [exBegin]
254
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    74
    |v e component|
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    75
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    76
    v := (View extent:250@250) openAndWait.
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    77
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    78
    e := EllipticalArc boundingBox:(10@10 corner:90@90)
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    79
                        startAngle:0 
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    80
                        sweepAngle:270.
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    81
    component := FillingWrapper on:e.
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    82
254
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    83
    component displayOn:v.
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    84
                                                                        [exEnd]
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    85
  wrap an spline and display it
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    86
  (notice, that no automatic redraw is performed):
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    87
                                                                        [exBegin]
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    88
    |v s component|
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    89
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    90
    v := (View extent:250@250) openAndWait.
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    91
254
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    92
    s := Spline controlPoints:
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    93
               (Array with:(20@20)
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    94
                      with:(80@80)
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    95
                      with:(20@80)
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    96
                      with:(20@20)).
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    97
    component := FillingWrapper on:s.
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    98
    component foregroundColor:(Color green darkened).
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
    99
    component displayOn:v.
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   100
                                                                        [exEnd]
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   101
  wrap ellipticArcs
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   102
  and add them as components to a View
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   103
  (notice, that doing so makes the redraw automatic):
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   104
                                                                        [exBegin]
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   105
    |v e component|
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   106
254
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   107
    v := View extent:250@250.
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   108
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   109
    e := EllipticalArc boundingBox:(10@10 corner:90@90)
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   110
                        startAngle:0 
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   111
                        sweepAngle:270.
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   112
    v addComponent:(StrokingWrapper on:e).
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   113
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   114
    e := EllipticalArc boundingBox:(110@110 corner:190@190)
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   115
                        startAngle:0 
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   116
                        sweepAngle:270.
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   117
    v addComponent:(FillingWrapper on:e).
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   118
    v open
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   119
                                                                        [exEnd]
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   120
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   121
254
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   122
  wrap a rectangle and an ellipticArc,
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   123
  and add them as components to a View
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   124
  (notice, that doing so makes the redraw automatic):
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   125
                                                                        [exBegin]
254
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   126
    |v e component|
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   127
254
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   128
    v := View new.
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   129
    v extent:250@250.
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   130
254
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   131
    e := Rectangle origin:10@10 corner:90@90.
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   132
    component := FillingWrapper on:e.
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   133
    component foregroundColor:Color red.
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   134
254
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   135
    v addComponent:component.
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   136
254
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   137
    e := EllipticalArc boundingBox:(10@10 corner:90@90)
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   138
                     startAngle:0 sweepAngle:270.
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   139
    component := StrokingWrapper on:e.
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   140
    component lineWidth:5.
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   141
254
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   142
    v addComponent:component.
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   143
254
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   144
    v addComponent:(Button label:'hello').
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   145
254
Claus Gittinger <cg@exept.de>
parents: 252
diff changeset
   146
    v open
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   147
                                                                        [exEnd]
266
e9d35cd74f64 wrappers usable as label in Label/Button etc.
Claus Gittinger <cg@exept.de>
parents: 265
diff changeset
   148
e9d35cd74f64 wrappers usable as label in Label/Button etc.
Claus Gittinger <cg@exept.de>
parents: 265
diff changeset
   149
 spline as a Buttons-label (hugh ?):
e9d35cd74f64 wrappers usable as label in Label/Button etc.
Claus Gittinger <cg@exept.de>
parents: 265
diff changeset
   150
                                                                        [exBegin]
e9d35cd74f64 wrappers usable as label in Label/Button etc.
Claus Gittinger <cg@exept.de>
parents: 265
diff changeset
   151
    |a b|
e9d35cd74f64 wrappers usable as label in Label/Button etc.
Claus Gittinger <cg@exept.de>
parents: 265
diff changeset
   152
e9d35cd74f64 wrappers usable as label in Label/Button etc.
Claus Gittinger <cg@exept.de>
parents: 265
diff changeset
   153
    a := ArrowedSpline controlPoints:
e9d35cd74f64 wrappers usable as label in Label/Button etc.
Claus Gittinger <cg@exept.de>
parents: 265
diff changeset
   154
               (Array with:(00@00)
e9d35cd74f64 wrappers usable as label in Label/Button etc.
Claus Gittinger <cg@exept.de>
parents: 265
diff changeset
   155
                      with:(60@60)
e9d35cd74f64 wrappers usable as label in Label/Button etc.
Claus Gittinger <cg@exept.de>
parents: 265
diff changeset
   156
                      with:(00@60)).
e9d35cd74f64 wrappers usable as label in Label/Button etc.
Claus Gittinger <cg@exept.de>
parents: 265
diff changeset
   157
e9d35cd74f64 wrappers usable as label in Label/Button etc.
Claus Gittinger <cg@exept.de>
parents: 265
diff changeset
   158
    b := Button label:(((StrokingWrapper on:a) 
e9d35cd74f64 wrappers usable as label in Label/Button etc.
Claus Gittinger <cg@exept.de>
parents: 265
diff changeset
   159
                        foregroundColor:Color red;
e9d35cd74f64 wrappers usable as label in Label/Button etc.
Claus Gittinger <cg@exept.de>
parents: 265
diff changeset
   160
                        lineWidth:3;
e9d35cd74f64 wrappers usable as label in Label/Button etc.
Claus Gittinger <cg@exept.de>
parents: 265
diff changeset
   161
                        lineStyle:#dashed)).
e9d35cd74f64 wrappers usable as label in Label/Button etc.
Claus Gittinger <cg@exept.de>
parents: 265
diff changeset
   162
    b open.
e9d35cd74f64 wrappers usable as label in Label/Button etc.
Claus Gittinger <cg@exept.de>
parents: 265
diff changeset
   163
                                                                        [exEnd]
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   164
"
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   165
! !
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   166
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   167
!FillingWrapper methodsFor:'displaying'!
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   168
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   169
displayOn:aGC
246
9f80dbcbcd34 checkin from browser
Claus Gittinger <cg@exept.de>
parents: 245
diff changeset
   170
    "display myself - here, display the geometric object asFilled"
9f80dbcbcd34 checkin from browser
Claus Gittinger <cg@exept.de>
parents: 245
diff changeset
   171
282
d534be80527f checkin from browser
Claus Gittinger <cg@exept.de>
parents: 266
diff changeset
   172
    |prevFg prevBg|
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   173
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   174
    prevFg := aGC paint.
282
d534be80527f checkin from browser
Claus Gittinger <cg@exept.de>
parents: 266
diff changeset
   175
    prevBg := aGC backgroundPaint.
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   176
405
4acab6da7d82 fgColor/bgColor -> foregroundColor/backgroundColor
Claus Gittinger <cg@exept.de>
parents: 365
diff changeset
   177
    aGC paint:foregroundColor on:backgroundColor.
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   178
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   179
    component displayFilledOn:aGC.
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   180
282
d534be80527f checkin from browser
Claus Gittinger <cg@exept.de>
parents: 266
diff changeset
   181
    aGC paint:prevFg on:prevBg.
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   182
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   183
    "Created: 8.5.1996 / 23:54:06 / cg"
405
4acab6da7d82 fgColor/bgColor -> foregroundColor/backgroundColor
Claus Gittinger <cg@exept.de>
parents: 365
diff changeset
   184
    "Modified: 10.2.1997 / 14:21:41 / cg"
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   185
! !
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   186
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   187
!FillingWrapper class methodsFor:'documentation'!
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   188
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   189
version
1789
f52f0a0d8448 category
Claus Gittinger <cg@exept.de>
parents: 405
diff changeset
   190
    ^ '$Header: /cvs/stx/stx/libview2/FillingWrapper.st,v 1.11 2003-08-18 12:12:49 cg Exp $'
245
8d7f9a8d2c78 intitial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   191
! !