Updated docs
There is still stuff to do
This commit is contained in:
19
docs/objects/Progressbar/setBackgroundSymbol.md
Normal file
19
docs/objects/Progressbar/setBackgroundSymbol.md
Normal file
@@ -0,0 +1,19 @@
|
||||
## setBackgroundSymbol
|
||||
This will change the background symbol (default is " " - space)
|
||||
|
||||
#### Parameters:
|
||||
1. `char` the background symbol
|
||||
|
||||
#### Returns:
|
||||
1. `object` The object in use
|
||||
|
||||
#### Usage:
|
||||
* Creates a progressbar and sets the progressbar background symbol to X
|
||||
```lua
|
||||
local mainFrame = basalt.createFrame()
|
||||
local aProgressbar = mainFrame:addProgressbar()
|
||||
aProgressbar:setBackgroundSymbol("X")
|
||||
```
|
||||
```xml
|
||||
<progressbar backgroundSymbol="X" />
|
||||
```
|
||||
Reference in New Issue
Block a user