Next: , Up: BLOX.BMenuObject   [Index]


1.30.1 BLOX.BMenuObject: accessing

activeBackground

Answer the value of the activeBackground option for the widget.

Specifies background color to use when drawing active elements. An element (a widget or portion of a widget) is active if the mouse cursor is positioned over the element and pressing a mouse button will cause some action to occur. For some elements on Windows and Macintosh systems, the active color will only be used while mouse button 1 is pressed over the element.

activeBackground: value

Set the value of the activeBackground option for the widget.

Specifies background color to use when drawing active elements. An element (a widget or portion of a widget) is active if the mouse cursor is positioned over the element and pressing a mouse button will cause some action to occur. For some elements on Windows and Macintosh systems, the active color will only be used while mouse button 1 is pressed over the element.

activeForeground

Answer the value of the activeForeground option for the widget.

Specifies foreground color to use when drawing active elements. See above for definition of active elements.

activeForeground: value

Set the value of the activeForeground option for the widget.

Specifies foreground color to use when drawing active elements. See above for definition of active elements.

asPrimitiveWidget

Answer the primitive widget that implements the receiver.

backgroundColor

Answer the value of the backgroundColor option for the widget.

Specifies the normal background color to use when displaying the widget.

backgroundColor: value

Set the value of the backgroundColor option for the widget.

Specifies the normal background color to use when displaying the widget.

foregroundColor

Answer the value of the foregroundColor option for the widget.

Specifies the normal foreground color to use when displaying the widget.

foregroundColor: value

Set the value of the foregroundColor option for the widget.

Specifies the normal foreground color to use when displaying the widget.


Next: , Up: BLOX.BMenuObject   [Index]