MyPaint

Typeexpression
DictionaryLCB
LibraryLiveCode Builder
Syntax
my ( foreground |             background |             highlight |             border |             top |             bottom |             shadow |             focus ) paint
Associationscom.livecode.widget
Summary

Returns a particular paint of the widget.

Values
NameTypeDescription
return

The current setting of the specified paint of the widget.

Description

Use 'my ... paint' to fetch the paint to use for the given theme property of the widget. The returned paint will either be a solid color, or a pattern depending on the effective color and pattern properties of the widget's object.

Tagswidget