Back: BLOX.BPrimitive-accessing Up: BLOX package Forward: BLOX.BProgress-accessing   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.36 BLOX.BProgress

Defined in namespace BLOX
Superclass: BLOX.BExtended
Category: Graphics-Examples
I show how much of a task has been completed.

1.36.1 BLOX.BProgress: accessing  (instance)


1.36.1 BLOX.BProgress: accessing

backgroundColor
Answer the background color of the widget. This is used for the background of the non-filled part, as well as for the foreground of the filled part.

backgroundColor: aColor
Set the background color of the widget. This is used for the background of the non-filled part, as well as for the foreground of the filled part.

filledColor
Answer the background color of the widget's filled part.

filledColor: aColor
Set the background color of the widget's filled part.

foregroundColor
Set the foreground color of the widget. This is used for the non-filled part, while the background color also works as the foreground of the filled part.

foregroundColor: aColor
Set the foreground color of the widget. This is used for the non-filled part, while the background color also works as the foreground of the filled part.

value
Answer the filled percentage of the receiver (0..1)

value: newValue
Set the filled percentage of the receiver and update the appearance. newValue must be between 0 and 1.



Back: BLOX.BProgress Up: BLOX.BProgress Forward: BLOX.BRadioButton   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on August, 19 2010 using texi2html