![]() |
Smalltalk/X WebserverDocumentation of class 'TransparentBox': |
|
Class: TransparentBoxInheritance:Object | +--GraphicsMedium | +--DisplaySurface | +--SimpleView | +--View | +--TransparentBox
Instance protocol:events initialization queries shape computation
Examples:| 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 7.1.0.0; WebServer 1.663 at exept.de:8081; Mon, 04 Aug 2025 11:48:41 GMT
|