| Index | Parent | SpeedButton class |
The SpeedButton class is a subclass of Area class and it is used to create very cute image buttons.
Speedbar is a subclass of Speedbar.mcc so you must have Speedbar.mcc in MUI:Libs/MUI to
use it.
Speedbar.mcc is copyright of Simone Tellini.
| ATTRIBUTES | |||
|---|---|---|---|
| Name | Type | Class | Note |
| BorderLess | B | I | If set to 0 you get a button without borders |
| EnableUnderscore | B | I | If set to 1 you enable underscoring and key char |
| Image | S | I | Name of a picture file to load via datatypes |
| ImmediateMode | B | I | If set to 1 you get an Immediate button |
| Label | S | I | A text to use as label for the button |
| MinHeight | B | I | If set to 1 the button is y-unlimited |
| MinWidth | B | I | If set to 1 the button is x-unlimited |
| NoClick | B | I | If set to 1 the button is no input |
| Raising | B | IS | If set to 1 a frame will be drawn when the mouse is over the button. Use only iff Borderless is 1 |
| SmallImage | B | I | If set to 1 you get a scaled image (the factor of wich is settable in MUI prefs/SpeedBar) |
| StripUnderscore | B | I | If set to 1 the underscores will be stripped from the label |
| Sunny | B | I | If set to 1 you get a gray scale image, colored when the mouse is over the object |
| ToggleMode | B | I | If set to 1 you get a Toggle button |
| UseMouseMove | B | I | If set to 0 the object uses IDCMP_INTUITICKS instead of IDCMP_MOUSEMOVE |
| ViewMode | M | ISGN G2N | A numebr, or one of:
|
| METHODS | ||
|---|---|---|
| Name | Parameters | Note |
| None defined | ||