| Index | Parent | Speedbar class |
The Speedbar class is used to create image buttons bars.
A speedbar button is a group and so any attribute of the Group class can be used with it.
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 | IS | |
| RaisingFrame | B | IS | |
| SameHeight | B | I | |
| SameWidth | B | I | |
| SmallImages | B | IS | |
| Spacer | S | I | Path to a datatype picture file to use as spacer |
| Spread | B | I | |
| Sunny | B | IS | |
| ViewMode | M | ISG G2N | A numer or one of:
|
| ATTRIBUTES FOR A SINGLE BUTTON | |||
|---|---|---|---|
| Name | Type | Class | Note |
| Img | S | I | Path to a datatype picture file or Spacerto add a space at that position |
| Text | S | I | |
| Help | S | I | |
| Flags | S | I | One of:
|
| METHODS | ||
|---|---|---|
| Name | Parameters | Note |
| SBSet | <id/N><attr>,<value> | Set the Area attribute attr of the button id to value, e.g.
call DoMethod("bar","SBSet",0,"Selected",1)
call DoMethod("bar","SBSet",1,"Disabled",1)
call Notify("checkmark","selected","everytime","bar","SBSet",2,"Selected","triggervalue")
|