|
Smalltalk/X WebserverDocumentation of class 'TransparentBox': |
|
|
Class: TransparentBoxInheritance:Object | +--GraphicsContext | +--DeviceGraphicsContext | +--GraphicsMedium | +--DisplaySurface | +--SimpleView | +--View | +--TransparentBox
Instance protocol:events initialization queries shape computationExamples:| tv b1 b2 | b1 := Button label:'close'. b1 action:[ tv close ]. b1 origin:10@10. b2 := Button label:'hello'. b2 origin:100@100. tv := self new. tv extent:200@200. tv addSubView:b1. tv addSubView:b2. tv open |
|
|
ST/X 6.1.1; WebServer 1.620 at exept:8081; Thu, 24 May 2012 04:37:27 GMT
|