wiki:widgets/uipushbutton

Version 1 (modified by marcel.taeumel, 12 years ago) ( diff )

--

Push Button (UiPushButton)

Inherits: UiButton -> !Morph -> !Object -> ProtoObject

Inherited by: UiSliderButton, UiScrollBarArrowButton, SdResizeHandle

Properties

Signals

Detailed Description

Property Documentation

balloonText : String

"Answer balloon help text or nil, if no help is available.

NB: subclasses may override such that they programatically construct the text, for economy's sake, such as model phrases in a Viewer"

By default, this property is nil.

balloonColor : Object

By default, this property is (TranslucentColor r: 0.91 g: 0.94 b: 1.0 alpha: 0.949).

enabled : Boolean

By default, this property is true.

icon : Form

By default, this property is nil.

text : String

By default, this property is PushButton.

color : Object

By default, this property is (Color r: 0.8 g: 0.8 b: 0.8).

checkable : Boolean

By default, this property is false.

checked : Boolean

By default, this property is false.

autoExclusive : Boolean

By default, this property is false.

Signal Documentation

pressed (Signal)

clicked: (Signal)

released (Signal)

toggled: (Signal)

Note: See TracWiki for help on using the wiki.