eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'RoundButtonBorder':

Home

everywhere
www.exept.de
for:
[back]

Class: RoundButtonBorder


Inheritance:

   Object
   |
   +--AbstractBorder
      |
      +--RoundButtonBorder

Package:
stx:libview
Category:
Graphics-Support
Version:
rev: ? date: ? ?
user: ?
file: ? directory: libview
module: stx stc-classLibrary: libview
Author:
Claus Gittinger

Description:


experimental

|v b|

v := View new extent:100@100; openAndWait.
b := RoundButtonBorder new.
b width:1 color:(Color rgbValue:16r707070).
b displayOn:v forDisplayBox:((0@0 corner:v extent) insetBy:10).
Delay waitForSeconds:3.

b width:1 color:(Color rgbValue:16r2C628B).
b displayOn:v forDisplayBox:((0@0 corner:v extent) insetBy:10).
Delay waitForSeconds:3.

b width:1 color:(Color rgbValue:16r3C7FB1).
b displayOn:v forDisplayBox:((0@0 corner:v extent) insetBy:10).


Instance protocol:

accessing
o  color
the color of the border

o  color: aColor
set the color of the border

o  width

displaying
o  displayOn: aGC forDisplayBox: aRectangle



ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 20:58:12 GMT