[[PageOutline(1-2)]] = Push Button (!UiPushButton) = '''Inherits:''' [../uibutton UiButton] -> !Morph -> !Object -> !ProtoObject '''Inherited by:''' [../uisliderbutton UiSliderButton], [../uiscrollbararrowbutton UiScrollBarArrowButton], !SdResizeHandle == Properties == * [#propertyballoontext balloonText] : String * [#propertyballooncolor balloonColor] : Object * [#propertyenabled enabled] : Boolean * [#propertyicon icon] : Form * [#propertytext text] : String * [#propertycolor color] : Object * [#propertycheckable checkable] : Boolean * [#propertychecked checked] : Boolean * [#propertyautoexclusive autoExclusive] : Boolean == Signals == * [#signalpressed pressed] * [#signalclicked: clicked:] * [#signalreleased released] * [#signaltoggled: toggled:] == Detailed Description == == Property Documentation == === balloonText : String === #propertyballoontext 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 === #propertyballooncolor By default, this property is '''(TranslucentColor r: 0.91 g: 0.94 b: 1.0 alpha: 0.949)'''. === enabled : Boolean === #propertyenabled By default, this property is '''true'''. === icon : Form === #propertyicon By default, this property is '''nil'''. === text : String === #propertytext By default, this property is ''''PushButton''''. === color : Object === #propertycolor By default, this property is '''(Color r: 0.8 g: 0.8 b: 0.8)'''. === checkable : Boolean === #propertycheckable By default, this property is '''false'''. === checked : Boolean === #propertychecked By default, this property is '''false'''. === autoExclusive : Boolean === #propertyautoexclusive By default, this property is '''false'''. == Signal Documentation == === pressed (Signal) === #signalpressed === clicked: (Signal) === #signalclicked: === released (Signal) === #signalreleased === toggled: (Signal) === #signaltoggled: