Small Docs Update

This commit is contained in:
Robert Jelic
2023-04-30 19:36:39 +02:00
parent a8a8aef7be
commit a12717935e
5 changed files with 93 additions and 5 deletions

View File

@@ -1,18 +1,26 @@
## setBackgroundSymbol
### Description
Changes the symbol in the background, default is "\127"
#### Parameters:
### Parameters
1. `string` symbol
#### Returns:
### Return
1. `object` The object in use
#### Usage:
### Usage
* Creates a new scrollbar and changes the background symbol to X
```lua
local main = basalt.createFrame()
local scrollbar = main:addScrollbar():setBackgroundSymbol("X")
```
```xml
<scrollbar backgroundSymbol="X" />
```
```