wiki:widgets/uipushbutton

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)

Last modified 12 years ago Last modified on 12/01/2011 11:02:07 AM
Note: See TracWiki for help on using the wiki.