eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'TransparentBox':

Home

everywhere
www.exept.de
for:
[back]

Class: TransparentBox


Inheritance:

   Object
   |
   +--GraphicsContext
      |
      +--DeviceGraphicsContext
         |
         +--GraphicsMedium
            |
            +--DisplaySurface
               |
               +--SimpleView
                  |
                  +--View
                     |
                     +--TransparentBox

Package:
stx:libview2
Category:
Views-Basic
Version:
rev: 1.4 date: 2008/01/22 22:32:08
user: cg
file: TransparentBox.st directory: libview2
module: stx stc-classLibrary: libview2

Instance protocol:

events
o  sizeChanged: how

initialization
o  realize

queries
o  isTransparentBox

o  specClass

o  windowStyle

shape computation
o  addSubView: aView

o  computeShape


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 6.1.1; WebServer 1.620 at exept:8081; Thu, 24 May 2012 04:37:27 GMT