391 B
391 B
setBackgroundSymbol
Changes the symbol in the background, default is "\140"
Parameters:
stringsymbol
Returns:
objectThe object in use
Usage:
- Creates a new slider and changes the background symbol to X
local mainFrame = basalt.createFrame()
local slider = mainFrame:addSlider():setBackgroundSymbol("X")
<slider backgroundSymbol="X" />